Quick Highlight Translator Firefox

Examine source code of Quick Highlight Translator

Inspect and view changes in Quick Highlight Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Highlight Translator",
  "version": "1.0.3",
  "description": "Highlight text on any page and instantly see an English ⇄ Bengali translation in a clean overlay.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.mymemory.translated.net/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Quick Translator"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-highlight-translator@rakibteam.dev",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  }
}

Best Quick Highlight Translator Alternatives

Here are some Firefox add-ons that are similar to Quick Highlight Translator: