Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TabMaster",
"description": "\u66f4\u5feb\u5730\u7ba1\u7406\u548c\u5207\u6362\u4f60\u7684\u6807\u7b7e\u9875",
"version": "1.0.3",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"tabs",
"windows",
"storage",
"activeTab",
"sessions"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "Default Popup Title",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.google.com\/*"
],
"js": [
"content-scripts\/content.js"
]
}
]
}