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 to jest Free OCR extract text from ActiveTab?

Free OCR extract text from ActiveTab to rozszerzenie Chrome opracowane przez https://imagetotext.io, a jego główną funkcją jest „This tool is actually text scaner that capture active tab's target area and extract text from it.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Free OCR extract text from ActiveTab

Pobierz pliki rozszerzeń Free OCR extract text from ActiveTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Free OCR extract text from ActiveTab Free OCR extract text from ActiveTab
ID bomlpocneecngaomhddeggcinnaoohgo
Oficjalny URL https://chromewebstore.google.com/detail/free-ocr-extract-text-fro/bomlpocneecngaomhddeggcinnaoohgo
Opis This tool is actually text scaner that capture active tab's target area and extract text from it.
Rozmiar pliku 1.21 MB
Liczba instalacji 6,724
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2021-06-19
Data Publikacji 2021-03-26
Ocena 3.31/5 Łącznie 16 Oceny
Deweloper https://imagetotext.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://imagetotext.io/
Adres URL Strony Pomocy https://imagetotext.io/about
Obsługiwane Języki 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"
    ]
}