Image to Text

A powerful optical character recognition (OCR) extension to capture and convert images to text.

O que é Image to Text?

Image to Text é uma extensão do Chrome desenvolvida por Techlo9, e sua principal característica é "A powerful optical character recognition (OCR) extension to capture and convert images to text.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Image to Text

Baixe arquivos de extensão Image to Text 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

                        Using an 'imagetotext.io' on-line device for picture to textual content conversion improves the procedure of automation. It makes our duties extra hassle-unfastened in addition to error-unfastened. The device will assist lower your efforts and boom your productiveness particularly if you have to transform bulk pics to textual content. The appropriate component about 'imagetotext' is that you could get textual content via way of means of simply shooting the display screen with a unmarried click. This picture to textual content device affords a easy interface for changing picture to textual content.                    

Informações Básicas da Extensão

Nome Image to Text Image to Text
ID hjcdcapbbmpakpeecoddadadekhmcklm
URL Oficial https://chrome.google.com/webstore/detail/image-to-text/hjcdcapbbmpakpeecoddadadekhmcklm
Descrição A powerful optical character recognition (OCR) extension to capture and convert images to text.
Tamanho do Arquivo 1.42 MB
Contagem de Instalações 1,311
Versão Atual 0.2.2
Última Atualização 2021-12-16
Data de Publicação 2021-12-16
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Techlo9
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.imagetotext.io
URL da Página de Ajuda https://www.imagetotext.io/contact
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "description": "A powerful optical character recognition (OCR) extension to capture and convert images to text.",
    "homepage_url": "https:\/\/imagetotext.io\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "256": "data\/icons\/256.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "512": "data\/icons\/512.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "92",
    "name": "Image to Text",
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "scripting"
    ],
    "version": "0.2.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/ui\/index.html"
            ]
        }
    ]
}