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",
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"description": "__MSG_extDescription__",
"version": "1.0.7",
"author": "Guokai Han",
"manifest_version": 3,
"default_locale": "en",
"minimum_chrome_version": "114",
"offline_enabled": true,
"permissions": [
"tabs",
"tabGroups",
"favicon",
"storage",
"sidePanel"
],
"icons": {
"128": "icon\/icon-128.png"
},
"action": {
"default_title": "__MSG_actionTitle__"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+V"
}
}
},
"background": {
"service_worker": "sw.js"
}
}