JPG IMAGE TO TEXT

It is an online tool, using the OCR we make it possible to extract jpg to text.

JPG IMAGE TO TEXT क्या है?

JPG IMAGE TO TEXT Techlo9 SEO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It is an online tool, using the OCR we make it possible to extract jpg to text."।

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

screenshot

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

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

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

                        It is an online tool that converts jpg image text into editable text format. Developed with OCR (Optical Character Recognition), a technology that obtains information from pictures and transforms it into soft copy.

It convert active tab into a jpg and then using OCR to read all text on it.                    

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

नाम JPG IMAGE TO TEXT JPG IMAGE TO TEXT
ID plbkipfnejekdmbblkeaphikigeemgia
आधिकारिक URL https://chromewebstore.google.com/detail/jpg-image-to-text/plbkipfnejekdmbblkeaphikigeemgia
विवरण It is an online tool, using the OCR we make it possible to extract jpg to text.
फ़ाइल का आकार 1.41 MB
स्थापना संख्या 1,512
वर्तमान संस्करण 0.3.2
अंतिम अपडेट 2023-11-22
प्रकाशन तिथि 2021-09-21
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर Techlo9 SEO
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://jpgtotext.com
सहायता पृष्ठ URL https://www.jpgtotext.com/contact
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "description": "It is an online tool, using the OCR we make it possible to extract jpg to text.",
    "homepage_url": "https:\/\/jpgtotext.com\/",
    "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": "JPG IMAGE TO TEXT",
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "scripting"
    ],
    "version": "0.3.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/ui\/index.html"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}