MonoTranslate Firefox

Examine source code of MonoTranslate

By: Monsler
Inspect and view changes in MonoTranslate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MonoTranslate",
  "version": "1.0",
  "description": "Плагин для мгновенного перевода страницы на Русский",
  "permissions": [
    "tabs",
    "activeTab",
    "webNavigation",
    "*://*/*"
  ],
  "icons": {
    "48": "image/ic.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/index.js",
        "src/selectionTranslate.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "monotranslate@github.com"
    }
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "image/ic.png",
    "default_title": "MonoTranslate",
    "default_popup": "src/index.html"
  }
}

Best MonoTranslate Alternatives

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