Image To Text - imagetotext.io

Image To Text - imagetotext.io

imagetotext.io is an online tool to extract text from images for free. It OCR technology to extract text from photos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.1.3",
  "name": "Image to Text",
  "description": "A powerful optical character recognition (OCR) extension to capture and convert images to text",
  "permissions": [
    "storage",
    "<all_urls>",
    "notifications"
  ],
  "homepage_url": "https://imagetotext.io/",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "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",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "browser_action": {},
  "web_accessible_resources": [
    "data/ui/index.html"
  ]
}