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": "\u7f51\u5740\u5bfc\u822a\u65b0\u6807\u7b7e\u9875",
"version": "1.37",
"description": "\u6781\u7b80\u98ce\u683c\u7684\u65b0\u6807\u7b7e\u9875\uff0c\u9ad8\u5ea6\u81ea\u5b9a\u4e49\u7684\u7f51\u5740\u5bfc\u822a\u3002\u53ef\u6dfb\u52a0\u5bfc\u822a\u7f51\u7ad9\u548c\u7b14\u8bb0\u3002\u5bfc\u822a\u5728\u7ebf\u3002",
"permissions": [
"storage",
"tabs",
"bookmarks"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"action": {
"default_title": "Save to Speed Dial Lite",
"default_popup": "popup.html",
"default_icon": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
}
},
"background": {
"service_worker": "background.js"
}
}