Mate Translate extension Firefox

Examine source code of Mate Translate extension

Inspect and view changes in Mate Translate extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mate Translate (Demo)",
  "version": "1.0.0",
  "description": "Demo version of Mate Translate extension with popup and inline translation features.",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Mate Translate",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c0962764-e2af-4eb3-b532-862f2dccbe61}"
    }
  }
}

Best Mate Translate extension Alternatives

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