Mate Translate Firefox

Examine source code of Mate Translate

Inspect and view changes in Mate Translate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mate Translate",
  "version": "1.0.0",
  "description": "Quick translations from the toolbar or context menu. Configure API endpoint/key in Options.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_title": "Mate Translate",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0cd6b518-80d4-49d5-91b3-aa7438a97dd8}"
    }
  }
}

Best Mate Translate Alternatives

Here are some Firefox add-ons that are similar to Mate Translate: