Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "1.0.1",
"default_locale": "en",
"description": "__MSG_extDescription__",
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"tabs",
"tabGroups"
],
"icons": {
"16": ".\/static\/icon\/icon16.png",
"32": ".\/static\/icon\/icon32.png",
"64": ".\/static\/icon\/icon64.png"
},
"action": {
"default_icon": {
"16": ".\/static\/icon\/icon16.png",
"32": ".\/static\/icon\/icon32.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_extName__"
},
"commands": {
"merge-tab-group": {
"suggested_key": {
"default": "Alt+Shift+M"
},
"description": "__MSG_mergeTabDomain__"
},
"merge-tab-cancle": {
"suggested_key": {
"default": "Alt+Shift+N"
},
"description": "__MSG_mergeTabCancle__"
},
"merge-windows": {
"suggested_key": {
"default": "Alt+Shift+W"
},
"description": "__MSG_mergeWindows__"
},
"reset-windows": {
"suggested_key": {
"default": "Alt+Shift+R"
},
"description": "__MSG_resetWindows__"
}
}
}