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": "AnkerLink", "version": "1.0.1", "description": "\u5728\u7f51\u9875\u767b\u5f55\u8868\u5355\u4e2d\u4e00\u952e\u9009\u62e9\u548c\u586b\u5145\u8d26\u53f7", "permissions": [ "activeTab", "storage", "cookies", "sidePanel", "tabs" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "dom-handler.js", "content.js", "floating-button.js" ], "run_at": "document_end" } ], "action": { "default_title": "AnkerLink", "default_icon": "ankerlink.png" }, "side_panel": { "default_path": "sidebar.html" }, "icons": { "16": "ankerlink.png", "48": "ankerlink.png", "128": "ankerlink.png" }, "web_accessible_resources": [ { "resources": [ "dom-handler.js", "account-manager.js", "config.js", "ankerlink.png", "icon.png", "sidebar.html" ], "matches": [ "<all_urls>" ] } ] }