ScreenShot To Text More

ScreenShot To Text More

capture text from image quickly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ScreenShot To Text More",
  "description": "capture text from image quickly",
  "version": "1.7",
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/icon22.png"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts;"
  }
}