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": "AI Share Card - AI \u751f\u6210\u7f51\u9875\u5206\u4eab\u5361\u7247", "description": "\u4e00\u6b3e\u4f18\u96c5\u7684 AI \u7f51\u9875\u5206\u4eab\u5361\u7247\u751f\u6210\u5de5\u5177\uff0c\u5229\u7528 AI \u5e2e\u52a9\u60a8\u5c06\u4efb\u4f55\u7f51\u9875\u5185\u5bb9\u4e00\u952e\u8f6c\u6362\u4e3a\u7cbe\u7f8e\u7684\u53ef\u89c6\u5316\u5206\u4eab\u5361\u7247\u3002", "version": "1.2.4", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }, "permissions": [ "activeTab", "scripting", "downloads", "clipboardWrite", "storage" ], "host_permissions": [ "https:\/\/open.bigmodel.cn\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "options_ui": { "page": "settings\/settings.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "templates\/*" ], "matches": [ "<all_urls>" ] } ] }