JPG IMAGE TO TEXT

JPG IMAGE TO TEXT

It is an online tool, using the OCR we make it possible to extract jpg to text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "JPG IMAGE TO TEXT"
  },
  "description": "It is an online tool, using the OCR we make it possible to extract jpg to text.",
  "homepage_url": "https://jpgtotext.com/",
  "icons": {
    "16": "data/icons/16.png",
    "19": "data/icons/19.png",
    "32": "data/icons/32.png",
    "38": "data/icons/38.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"
  },
  "manifest_version": 2,
  "name": "JPG IMAGE TO TEXT",
  "permissions": [
    "storage",
    "activeTab",
    "notifications"
  ],
  "version": "0.1.2",
  "web_accessible_resources": [
    "data/ui/index.html"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}