Free OCR extract text from ActiveTab

This tool is actually text scaner that capture active tab's target area and extract text from it.

Was ist Free OCR extract text from ActiveTab?

Free OCR extract text from ActiveTab ist eine Chrome-Erweiterung, die von https://imagetotext.io entwickelt wurde, und ihr Hauptmerkmal ist "This tool is actually text scaner that capture active tab's target area and extract text from it.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Free OCR extract text from ActiveTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Free OCR extract text from ActiveTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension is actually text scanner that capture active tab's target area and extract text from it. This text scanner can extract several languages, Text can be in any language
after capturing text you can copy to clipboard on single click                    

Grundlegende Informationen zur Erweiterung

Name Free OCR extract text from ActiveTab Free OCR extract text from ActiveTab
ID bomlpocneecngaomhddeggcinnaoohgo
Offizielle URL https://chromewebstore.google.com/detail/free-ocr-extract-text-fro/bomlpocneecngaomhddeggcinnaoohgo
Beschreibung This tool is actually text scaner that capture active tab's target area and extract text from it.
Dateigröße 1.21 MB
Installationsanzahl 6,724
Aktuelle Version 0.1.2
Letztes Update 2021-06-19
Veröffentlichungsdatum 2021-03-26
Bewertung 3.31/5 Insgesamt 16 Bewertungen
Entwickler https://imagetotext.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://imagetotext.io/
Hilfeseite URL https://imagetotext.io/about
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "description": "This tool is actually text scaner that capture active tab's target area and extract text from it.",
    "homepage_url": "https:\/\/imagetotext.io\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "256": "data\/icons\/256.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "512": "data\/icons\/512.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 2,
    "name": "Free OCR extract text from ActiveTab",
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "version": "0.1.2",
    "web_accessible_resources": [
        "data\/ui\/index.html"
    ]
}