Copyfish

Copyfish

Do you need to extract text from images, videos or PDF? If yes, then the Copyfish free OCR software is for you. Until now, your only option was to retype the text. Copyfish is so much faster and more fun. It can do desktop screenshots and OCR, too.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/init-cs.js"
      ],
      "match_about_blank": true,
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "scripts/jquery.min.js",
      "scripts/genlib.js",
      "scripts/chromereload.js",
      "scripts/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "version": "5.1.9",
  "browser_action": {
    "default_icon": {
      "16": "images/copyfish-16.png",
      "32": "images/copyfish-32.png",
      "48": "images/copyfish-48.png",
      "128": "images/copyfish-128.png"
    },
    "default_title": "__MSG_appName__"
  },
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/copyfish-16.png",
    "32": "images/copyfish-32.png",
    "48": "images/copyfish-48.png",
    "128": "images/copyfish-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "clipboardRead",
    "contextMenus",
    "activeTab",
    "tabs",
    "<all_urls>",
    "storage",
    "notifications",
    "nativeMessaging"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "short_name": "__MSG_appShortName__",
  "web_accessible_resources": [
    "dialog.html",
    "config/config.json",
    "images/gear.png",
    "images/outside.png",
    "images/close.png",
    "images/translate.png",
    "images/deepl.jpg"
  ]
}