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": "Chrome NOTE Toolbox", "version": "1.1", "description": "\u4e00\u500b\u7d50\u5408 AI\u3001\u8a3b\u8a18\u8207\u96f2\u7aef\u5132\u5b58\u7684\u81ea\u4e3b\u5b78\u7fd2\u5de5\u5177\u3002", "permissions": [ "sidePanel", "storage", "contextMenus", "activeTab", "tabs", "downloads", "notifications" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [] } ], "action": { "default_title": "\u958b\u555f Chrome NOTE Toolbox" }, "side_panel": { "default_path": "sidepanel.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/generativelanguage.googleapis.com\/*" ] }