Google™ Translator Firefox

Examine source code of Google™ Translator

Inspect and view changes in Google™ Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.5.4",
  "manifest_version": 2,
  "short_name": "igtranslator",
  "web_accessible_resources": [
    "data/*"
  ],
  "name": "Google™ Translator (web-extension)",
  "background": {
    "page": "lib/chrome/background.html"
  },
  "options_ui": {
    "chrome_style": true,
    "page": "data/options/options.html"
  },
  "description": "a handy multi-language translator built on top of Google translate.",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "webRequest",
    "contextMenus",
    "notifications",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": "data/icon16.png",
    "default_title": "Google™ Translator",
    "default_popup": "data/popup/popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "data/content_script/inject.css"
      ],
      "js": [
        "data/content_script/inject.js"
      ],
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false
    },
    {
      "matches": [
        "http://translate.google.com/*",
        "https://translate.google.com/*"
      ],
      "js": [
        "data/content_script/translate.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "data/icon16.png",
    "32": "data/icon32.png",
    "48": "data/icon48.png",
    "64": "data/icon64.png",
    "128": "data/icon128.png"
  }
}

Best Google™ Translator Alternatives

Here are some Firefox add-ons that are similar to Google™ Translator: