Free OCR extract text from ActiveTab

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

O que é Free OCR extract text from ActiveTab?

Free OCR extract text from ActiveTab é uma extensão do Chrome desenvolvida por https://imagetotext.io, e sua principal característica é "This tool is actually text scaner that capture active tab's target area and extract text from it.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Free OCR extract text from ActiveTab

Baixe arquivos de extensão Free OCR extract text from ActiveTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Free OCR extract text from ActiveTab Free OCR extract text from ActiveTab
ID bomlpocneecngaomhddeggcinnaoohgo
URL Oficial https://chromewebstore.google.com/detail/free-ocr-extract-text-fro/bomlpocneecngaomhddeggcinnaoohgo
Descrição This tool is actually text scaner that capture active tab's target area and extract text from it.
Tamanho do Arquivo 1.21 MB
Contagem de Instalações 6,724
Versão Atual 0.1.2
Última Atualização 2021-06-19
Data de Publicação 2021-03-26
Classificação 3.31/5 Total de 16 Avaliações
Desenvolvedor https://imagetotext.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://imagetotext.io/
URL da Página de Ajuda https://imagetotext.io/about
Idiomas Suportados 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"
    ]
}