遇见单词划词翻译 Firefox

Examine source code of 遇见单词划词翻译

By: Jian Li Add-on
Inspect and view changes in 遇见单词划词翻译 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "遇见单词划词翻译",
  "description": "不背单词,遇见单词。遇见单词是一个划词翻译扩展,标记你不认识的单词,在下次遇见时获得提醒。",
  "version": "1.0.8",
  "manifest_version": 2,
  "homepage_url": "https://www.metwords.com",
  "icons": {
    "48": "./icons/logo@48px.png",
    "96": "./icons/logo@96px.png",
    "256": "./icons/logo@256px.png"
  },
  "permissions": [
    "activeTab",
    "http://127.0.0.1/*",
    "http://words.metaphor.com/*",
    "https://www.metwords.com/*"
  ],
  "background": {
    "scripts": [
      "./dist/background_script.js"
    ]
  },
  "browser_action": {},
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "./dist/content_script.js"
      ],
      "css": [
        "./dist/content_script.css"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best 遇见单词划词翻译 Alternatives

Here are some Firefox add-ons that are similar to 遇见单词划词翻译: