LibreTranslate Firefox

Examine source code of LibreTranslate

Inspect and view changes in LibreTranslate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LibreTranslate",
  "author": "Indogermane",
  "version": "1.1.5",
  "default_locale": "en",
  "description": "__MSG_manifest_description__",
  "options_ui": {
    "page": "options/options.html"
  },
  "icons": {
    "400": "_images/Icon.png"
  },
  "browser_action": {
    "default_icon": "_images/Icon.png",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "translate-selection": {
      "suggested_key": {
        "default": "Alt+T",
        "linux": "Alt+T"
      },
      "description": "__MSG_manifest_command_translateSelection__"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "menus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "LibreTranslate@Indogermane",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best LibreTranslate Alternatives

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