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": "\u667a\u80fd\u5185\u5bb9\u7c98\u8d34", "version": "1.0", "description": "\u5c06\u590d\u5236\u7684\u7ed3\u6784\u5316\u5185\u5bb9\u667a\u80fd\u7c98\u8d34\u5230\u5f53\u524d\u6807\u7b7e\u9875", "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html" }