Google Translator for Firefox Firefox

Examine source code of Google Translator for Firefox

By: nobzol
Inspect and view changes in Google Translator for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Google Translator for Firefox",
  "description": "__MSG_extensionDescription__",
  "version": "3.0.3.4resigned1",
  "default_locale": "en",
  "manifest_version": 2,
  "homepage_url": "http://translatorforfirefox.blogspot.com/",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "applications": {
    "gecko": {
      "id": "translator@zoli.bod",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "translate.js",
      "lib/dompurify/purify.min.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/Ticon.png",
    "default_title": "__MSG_browserActionLabel__"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "F2"
      },
      "description": "__MSG_browserActionHotKeyDescription__"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "storage",
    "notifications",
    "<all_urls>",
    "http://translate.google.com/",
    "https://translate.google.com/"
  ],
  "permissions_notes": {
    "tabs": "For page translation to work.",
    "activeTab": "For selection translation to work.",
    "<all_urls>": "Also needed for selection translation because of https://bugzilla.mozilla.org/show_bug.cgi?id=1287159 ."
  }
}

Best Google Translator for Firefox Alternatives

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