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", "name": "AI\u767c\u97f3\u64ad\u653e\u5668", "version": "1.0.1", "description": "\u63a1\u7528\u66f4\u597d\u7684Azure AI\u5408\u6210\u8a9e\u97f3\uff0c\u6253\u9020\u66f4\u63a5\u8fd1\u4eba\u8072\u7684\u8a9e\u97f3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "scripting", "storage" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "manifest_version": 3, "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "**\/popup.html" ] } ], "minimum_chrome_version": "88", "homepage_url": "https:\/\/github.com\/jakevin" }