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": "Yingwen: English-Chinese Dictionary", "description": "\u67e5\u627e\u82f1\u6587\u5355\u8bcd\u7684\u4e2d\u6587\u5bf9\u5e94\u8bcd\u3002Find the Chinese equivalent of an English word.", "version": "1.6.0", "manifest_version": 3, "action": { "default_icon": "ying.png" }, "background": { "service_worker": "yingwen--background-wrapper.js" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "<all_urls>" ], "css": [], "js": [ "content-script.js" ], "all_frames": true, "match_origin_as_fallback": true } ], "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "constants.mjs", "constants-frontend.mjs", "tokenize.mjs", "page-changes.mjs", "page-effecter.mjs", "page-events.mjs", "page-parser.mjs", "page-functionalities.mjs", "page-utils.mjs", "storage.mjs", "settings.mjs", "content-script.mjs", "db-requests.mjs", "common.mjs", "common-frontend.mjs", "common_.mjs", "long-press.mjs", "notification.mjs", "pinyin-utils.mjs", "translate-utils.mjs", "sidebar-utils.mjs", "hanzi-writer.mjs", "dictionary-common.mjs", "dictionary-sentence-utils.mjs", "dictionary-word-utils.mjs", "guide-shower.mjs", "top-unlearned.mjs", "page-hsk-percentages.mjs", "chinese-sim-tra-detector.mjs", "emoji-heart.png", "emoji-dict.png", "emoji-read-aloud.png", "translator-bing-logo.png", "translator-deepl-logo.png", "translator-google-logo.png", "clipboard.mjs", "micro-modal.mjs", "cws-dialog.mjs", "notes.html", "learning-tracking-sheet.mjs", "read-aloud-cross-platform.mjs", "lookup-separable-verbs.tsv", "lookup-unique-hanzi-pinyin-tone-hsk-dc.tsv", "state.mjs", "tooltip.mjs", "fen.png", "website-specific.mjs", "china-wallpaper.jpeg", "parallel-text.mjs", "reading-parallel-text-common.mjs", "swiped-events.mjs", "web-hsk.html", "web-hsk.mjs", "calligraphy.mjs", "search.mjs" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage", "contextMenus", "tts", "tabs" ], "icons": { "128": "ying.png" } }