Infofla OCR

Infofla OCR

OCR을 제공하기 위한 크롬 확장프로그램입니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "OCR을 제공하기 위한 크롬 확장프로그램입니다.",
  "name": "Infofla OCR",
  "version": "1.1.3",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "icons": {
    "16": "hor_logo_16.png",
    "48": "hor_logo_48.png",
    "64": "hor_logo_64.png",
    "128": "hor_logo_128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "manifest_version": 3,
  "action": {}
}