Linguist - web pages translator Firefox

Examine source code of Linguist - web pages translator

Inspect and view changes in Linguist - web pages translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "default_locale": "en",
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_description__",
  "icons": {
    "512": "static/logo.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "scripting",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "options_ui": {
    "page": "pages/options/options.html",
    "open_in_tab": true
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval';",
  "web_accessible_resources": [
    "contentscript.css"
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "browser_action": {
    "default_popup": "pages/popup/popup.html",
    "default_title": "__MSG_ext_name__",
    "default_icon": "static/logo.png"
  },
  "version": "7.0.5",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e5b6e4ac-ec96-44f5-b257-e4d3c8291b41}"
    }
  }
}

Best Linguist - web pages translator Alternatives

Here are some Firefox add-ons that are similar to Linguist - web pages translator: