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": "EasyRead\u00b7\u6613\u8bfb - AI\u5185\u5bb9\u603b\u7ed3+\u601d\u7ef4\u5bfc\u56fe+GPT\u70b9\u8bc4+YouTube\u5b57\u5e55\u6458\u8981", "version": "0.2.116", "description": "\u4f60\u7684AI\u7f51\u9875\u9605\u8bfb\u52a9\u624b\uff0c\u901a\u8fc7GPT\u4e3a\u7f51\u9875\u63d0\u4f9b\u667a\u80fd\u5185\u5bb9\u603b\u7ed3\u3001\u601d\u7ef4\u5bfc\u56fe\u751f\u6210\u6216\u70b9\u8bc4\uff0c\u8fd8\u80fd\u5e2e\u4f60\u5feb\u901f\u6d4f\u89c8YouTube\u89c6\u9891\u5b57\u5e55\uff0c\u5e76\u751f\u6210\u89c6\u9891\u603b\u7ed3\u3001\u7ffb\u8bd1\u7b49\u3002", "manifest_version": 3, "icons": { "16": "static\/images\/entry.png", "32": "static\/images\/entry.png", "48": "static\/images\/entry.png", "128": "static\/images\/entry.png" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; " }, "permissions": [ "tabs", "storage", "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background\/background.js" }, "options_ui": { "page": "easyread\/dist\/options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "easyread\/markmap\/d3.js", "easyread\/markmap\/markmap-view.js", "easyread\/markmap\/markmap.lib.min.js", "easyread\/dist\/js\/content.js" ] } ], "action": { "default_icon": { "16": "static\/images\/entry.png", "32": "static\/images\/entry.png", "48": "static\/images\/entry.png", "128": "static\/images\/entry.png" }, "default_title": "easyread", "default_popup": "easyread\/dist\/popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" } }, "inject-script": { "suggested_key": "Ctrl+Shift+Y", "description": "Inject a script on the page" }, "toggle-feature-foo": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "Command+Shift+1" }, "description": "\u751f\u6210\u603b\u7ed3" } } }