Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Zhongwen: Chinese-English Dictionary", "short_name": "Zhongwen", "version": "6.1.0", "author": "Christian Schiller", "homepage_url": "https:\/\/github.com\/cschiller\/zhongwen", "description": "Great tool for learning Chinese. Includes links to Chinese Grammar Wiki. Supports adding words to Skritter.", "icons": { "16": "images\/zhongwen16.png", "48": "images\/zhongwen48.png", "128": "images\/zhongwen.png" }, "action": { "default_icon": "images\/zhongwen48.png", "default_title": "Zhongwen Chinese Popup Dictionary" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/config.js", "js\/jquery-3.3.1.min.js", "js\/zhuyin.js", "content.js" ], "css": [ "css\/content.css" ], "all_frames": true } ], "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "contextMenus", "storage", "tabs" ], "commands": { "_execute_action": { "description": "Enable\/Disable Zhongwen" } } }