Free OCR extract text from ActiveTab

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

Co je Free OCR extract text from ActiveTab?

Free OCR extract text from ActiveTab je rozšíření Chrome vyvinuté https://imagetotext.io, a jeho hlavní funkcí je „This tool is actually text scaner that capture active tab's target area and extract text from it.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Free OCR extract text from ActiveTab

Stáhněte si soubory rozšíření Free OCR extract text from ActiveTab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Free OCR extract text from ActiveTab Free OCR extract text from ActiveTab
ID bomlpocneecngaomhddeggcinnaoohgo
Oficiální URL https://chromewebstore.google.com/detail/free-ocr-extract-text-fro/bomlpocneecngaomhddeggcinnaoohgo
Popis This tool is actually text scaner that capture active tab's target area and extract text from it.
Velikost souboru 1.21 MB
Počet instalací 6,724
Aktuální Verze 0.1.2
Poslední Aktualizace 2021-06-19
Datum Vydání 2021-03-26
Hodnocení 3.31/5 Celkem 16 Hodnocení
Vývojář https://imagetotext.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://imagetotext.io/
URL Stránky Nápovědy https://imagetotext.io/about
Podporované Jazyky 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"
    ]
}