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",
"name": "sssbar",
"description": "\u6d4f\u89c8\u5668\u5feb\u6377\u641c\u7d22\u6846.",
"version": "1.7.2",
"manifest_version": 3,
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"tabs",
"bookmarks",
"history",
"management"
],
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"48": "favicon-48x48.png",
"128": "favicon-128x128.png"
},
"action": {
"default_popup": "index.html",
"default_title": "\u6253\u5f00\u5feb\u6377\u641c\u7d22\u6846",
"default_icon": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"48": "favicon-48x48.png",
"128": "favicon-128x128.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+P"
}
}
}
}