Element Translator Firefox

Examine source code of Element Translator

Inspect and view changes in Element Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Element Translator",
  "version": "2.0.1",
  "description": "Translate clicked <p>/<li> text and show in popup with history.",
  "browser_specific_settings": {
    "gecko": {
      "id": "siokonbu_addon@example.com",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": []
      }
    }
  },
  "action": {
    "default_title": "Translate Element",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "http://127.0.0.1:1234/*",
    "http://localhost:1234/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Element Translator Alternatives

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