Copy Image Text Firefox

Examine source code of Copy Image Text

Inspect and view changes in Copy Image Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy as Text",
  "description": "Extract text from images using Tesseract.js",
  "version": "1.0",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "tesseract.min.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "tesseract.min.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{440104b9-a2a6-4cdb-8e3b-73195e96a778}"
    }
  }
}

Best Copy Image Text Alternatives

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