FastTranslate Firefox

Examine source code of FastTranslate

By: Hannos
Inspect and view changes in FastTranslate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FastTranslate",
  "version": "1.2",
  "description": "Adds a context menu entry that shows the translation of the selected text.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": "icons/fast-translate.svg",
    "default_title": "FastTranslate"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fast_translate@hannos.at"
    }
  },
  "options_ui": {
    "page": "options.html"
  }
}

Best FastTranslate Alternatives

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