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_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.11.0",
"author": {
"email": "[email protected]"
},
"homepage_url": "https:\/\/tabber.top",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": "icons\/icon19.png",
"default_title": "__MSG_extension_default_title__",
"default_area": "navbar"
},
"omnibox": {
"keyword": "t"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"tabGroups",
"contextMenus",
"notifications",
"scripting",
"clipboardWrite"
],
"optional_host_permissions": [
"<all_urls>"
],
"optional_permissions": [
"webRequest"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"externally_connectable": {
"matches": [
"http:\/\/localhost\/*",
"https:\/\/tabber.top\/*"
]
},
"commands": {
"preserve-tab": {
"description": "__MSG_preserve_tab__"
},
"preserve-tab-group": {
"description": "__MSG_preserve_tab_group__"
},
"preserve-all": {
"description": "__MSG_preserve_all_tabs__"
},
"sync-to-cloud": {
"description": "__MSG_sync_to_cloud__"
}
}
}