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": "SideTabManager",
"version": "1.6.0",
"description": "\u9ad8\u6a5f\u80fd\u306a\u5782\u76f4\u30bf\u30d6\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3002\u30bf\u30d6\u306e\u30b0\u30eb\u30fc\u30d7\u5316\u3001\u691c\u7d22\u3001\u4e26\u3079\u66ff\u3048\u304c\u53ef\u80fd\u3067\u3059\u3002",
"permissions": [
"tabs",
"tabGroups",
"storage",
"sidePanel"
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "SideTabManager"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}