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 EDU Toolbox", "version": "1.1.0", "description": "\u4e00\u500b\u6574\u5408\u4e86 IRS \u5373\u6642\u53cd\u994b\u3001\u8996\u89ba\u5316\u5716\u8868\u8207\u8ab2\u5802\u5de5\u5177\u7684 Chrome \u5074\u908a\u6b04\u3002", "permissions": [ "sidePanel", "storage", "contextMenus", "activeTab", "tabs", "scripting" ], "host_permissions": [ "https:\/\/script.google.com\/*", "https:\/\/script.googleusercontent.com\/*", "https:\/\/www.youtube.com\/*" ], "optional_host_permissions": [ "<all_urls>" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "\u958b\u555f Chrome EDU Toolbox", "default_icon": { "16": "128.png", "48": "128.png", "128": "128.png" } }, "side_panel": { "default_path": "sidepanel.html" }, "web_accessible_resources": [ { "resources": [ "gas-script-complete.js", "whiteboard.html", "whiteboard.css", "whiteboard.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src https:\/\/www.youtube.com; connect-src 'self' https:\/\/script.google.com https:\/\/script.googleusercontent.com; img-src 'self' data: https:;" }, "icons": { "16": "128.png", "48": "128.png", "128": "128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "\u958b\u555f Chrome EDU Toolbox" } } }