Nanonets Web Scraper & Image to Text OCR

Nanonets Web Scraper & Image to Text OCR

Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nanonets Web Scraper & Image to Text OCR",
  "version": "0.0.6",
  "description": "Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.",
  "manifest_version": 3,
  "action": {
    "default_popup": "ocrpopup.html",
    "default_icon": "nanonetslogofigma.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "nanonetslogofigma.png"
  },
  "host_permissions": [
    "https://app.nanonets.com/*",
    "https://nanonetscustomerdata.s3.amazonaws.com/*",
    "http://nanonets.com/call/*",
    "https://calendly.com/nanonets/*"
  ],
  "permissions": [
    "activeTab"
  ]
}