Magic OCR

Snip And convert to text

Magic OCR क्या है?

Magic OCR https://magicocr.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Snip And convert to text"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Magic OCR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🚀 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 🚀                    

एक्सटेंशन की मूल जानकारी

नाम Magic OCR Magic OCR
ID cklfgeknegbomheldjnlcphpgcdnkgfl
आधिकारिक URL https://chromewebstore.google.com/detail/magic-ocr/cklfgeknegbomheldjnlcphpgcdnkgfl
विवरण Snip And convert to text
फ़ाइल का आकार 598 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.0.0.6
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2023-09-19
डेवलपर https://magicocr.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://magicocr.ai
गोपनीयता नीति पृष्ठ URL https://magicocr.ai/privacypolicy.php
समर्थित भाषाएँ 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"
    ]
}