Quick Translate Popup Firefox

Examine source code of Quick Translate Popup

By: ankhanh
Inspect and view changes in Quick Translate Popup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Translate Popup",
  "version": "1.0",
  "description": "Quickly translate selected text using Google Translate.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-translate@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Quick Translate Popup Alternatives

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