Image Reader (OCR) Firefox

Examine source code of Image Reader (OCR)

By: Sevina
Inspect and view changes in Image Reader (OCR) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.2.0",
  "manifest_version": 3,
  "name": "Image Reader (OCR)",
  "homepage_url": "https://mybrowseraddon.com/image-reader.html",
  "description": "Easily get words out of an image with OCR engine!",
  "commands": {
    "_execute_action": {}
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{d9ed4a4c-4ecb-4747-9475-9b6a5d760d45}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Image Reader (OCR)",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Image Reader (OCR) Alternatives

Here are some Firefox add-ons that are similar to Image Reader (OCR):