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__",
"description": "__MSG_extDescription__",
"short_name": "Tabbs",
"version": "3.10",
"icons": {
"32": "icons\/32.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"default_locale": "en",
"action": {
"default_title": "Tabbs",
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+K",
"windows": "Alt+K",
"mac": "Command+J"
}
},
"close": {
"suggested_key": {
"default": "Alt+C",
"windows": "Alt+C",
"mac": "Alt+C"
},
"description": "Close tab"
},
"mute": {
"suggested_key": {
"default": "Alt+M",
"windows": "Alt+M",
"mac": "Alt+M"
},
"description": "Toggle mute"
},
"pin": {
"suggested_key": {
"default": "Alt+P",
"windows": "Alt+P",
"mac": "Alt+P"
},
"description": "Toggle pin"
}
},
"permissions": [
"tabs",
"tabGroups",
"commands",
"storage",
"bookmarks",
"history",
"unlimitedStorage",
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
]
}