Yingwen: English-Chinese Dictionary

Yingwen: English-Chinese Dictionary

查找英文单词的中文对应词。Find the Chinese equivalent of an English word.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Yingwen: English-Chinese Dictionary",
  "description": "查找英文单词的中文对应词。Find 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"
  }
}