Magic OCR

Snip And convert to text

O que é Magic OCR?

Magic OCR é uma extensão do Chrome desenvolvida por https://magicocr.ai, e sua principal característica é "Snip And convert to text".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Magic OCR

Baixe arquivos de extensão Magic OCR 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

                        🚀 Unleash the Power of Text Recognition with Our Magic Box Google Chrome OCR Software!

Discover a new era of efficiency and accuracy as you transform 📷 images, 📄 documents, and 🖥️ screenshots into editable and searchable text with our cutting-edge OCR software for Google Chrome. 

🎉Say goodbye to manual data entry and say hello to instant digital conversion. 
Seamlessly integrate OCR technology into your browsing experience and unlock the potential of your visual content. Embrace a future where words are just a click away, revolutionizing the way you interact with online information. Experience the future of text recognition – Get started with our Magic Box Google Chrome OCR software today! 🌟

If you're a developer, then you'll love our extension. If you're someone who spends a lot of time watching coding videos, then you'll fall in love with this 🚀                    

Informações Básicas da Extensão

Nome Magic OCR Magic OCR
ID cklfgeknegbomheldjnlcphpgcdnkgfl
URL Oficial https://chromewebstore.google.com/detail/magic-ocr/cklfgeknegbomheldjnlcphpgcdnkgfl
Descrição Snip And convert to text
Tamanho do Arquivo 598 KB
Contagem de Instalações 53
Versão Atual 1.0.0.6
Última Atualização 2024-02-12
Data de Publicação 2023-09-19
Desenvolvedor https://magicocr.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://magicocr.ai
URL da Página de Política de Privacidade https://magicocr.ai/privacypolicy.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Magic OCR",
    "version": "1.0.0.6",
    "description": "Snip And convert to text",
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        },
        "default_title": "Magic OCR"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/vendor\/Jcrop.gif",
                "\/content\/pixel.png",
                "\/img\/copied.gif",
                "\/img\/copied.png",
                "\/img\/buynow.png",
                "\/img\/buynow.gif",
                "\/img\/nointernet.gif",
                "\/img\/Screenshot.gif"
            ]
        }
    ],
    "commands": {
        "take-screenshot": {
            "description": "Take Screenshot",
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "oauth2": {
        "client_id": "601214731445-uts1vmjmjupms5fvm63clp40fiq8qbb0.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email"
        ]
    },
    "host_permissions": [
        "https:\/\/newmagicbox.com\/",
        "http:\/\/newmagicbox.com\/"
    ],
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "identity",
        "identity.email",
        "notifications",
        "clipboardWrite"
    ]
}