Translate Text Firefox

Examine source code of Translate Text

Inspect and view changes in Translate Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Translate Text",
  "description": "Translate any text selection with your right click menu.",
  "version": "0.1",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "browser_action": {
    "default_icon": "images/icon-48.png",
    "default_title": "Translate Text",
    "default_popup": "web/popup.html"
  },
  "options_ui": {
    "page": "web/options.html",
    "browser_style": true
  }
}

Best Translate Text Alternatives

Here are some Firefox add-ons that are similar to Translate Text: