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": "\u77e5\u4e4e\u6760\u7cbe\u738b", "version": "1.0.2", "description": "\u4e00\u4e2aChrome\u6269\u5c55\uff0c\u7528\u4e8e\u5206\u6790\u77e5\u4e4e\u56de\u7b54\u4e2d\u7684\u903b\u8f91\u8c2c\u8bef", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.zhihu.com\/*" ], "js": [ "lib\/marked.min.js", "contentScript.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/*", "images\/*", "lib\/*" ], "matches": [ "*:\/\/*.zhihu.com\/*" ] } ], "permissions": [ "storage", "activeTab" ], "host_permissions": [ "<all_urls>" ] }