Translator Firefox

Examine source code of Translator

By: Artemij
Inspect and view changes in Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Translator",
  "description": "Lightweight tool for translating selected text. Select text and press T or choose Translate in context menu",
  "version": "1.3",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": false
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "main.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "artemijdeleto@gmail.com"
    }
  }
}

Best Translator Alternatives

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