Image Text Translator Firefox

Examine source code of Image Text Translator

By: gintama Add-on
Inspect and view changes in Image Text Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Text Translator",
  "version": "1.0",
  "description": "Translate text from images using OCR and LibreTranslate.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "image-translator@example.com",
      "strict_min_version": "91.0"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "web_accessible_resources": [
    "content.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Image Text Translator Alternatives

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