WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

Yingwen: English-Chinese Dictionary

Yingwen: English-Chinese Dictionary

View on Chrome Web Store
1.0 (1 ratings)
23 views

Data is synced from the Chrome Web Store. View the official store page for the most current information.

查找英文单词的中文对应词。Find the Chinese equivalent of an English word.
Type
Extension
Users
26 users
2
ienablemuch.cws.dev
Published
Version 1.6.0
Manifest version
3
Updated
productivity/workflow
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.