SelectiveDict   (google translate) Firefox

Examine source code of SelectiveDict (google translate)

By: iraj
Inspect and view changes in SelectiveDict (google translate) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SelectiveDict",
  "version": "3.2.0",
  "author": "Iraj Jelodari <iraj.jelo@gmail.com>",
  "description": "a dictionary that enables you to translate selected texts on the web pages with only one click by google translate. please see the github page to contribute",
  "homepage_url": "https://github.com/iraj-jelo/selectivedict",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/styles.css"
      ],
      "js": [
        "selective_dict.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "https://translate.google.com/*"
  ],
  "developer": {
    "name": "Iraj Jelodari",
    "url": "https://github.com/iraj-jelo/"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best SelectiveDict (google translate) Alternatives

Here are some Firefox add-ons that are similar to SelectiveDict (google translate):