JPG IMAGE TO TEXT

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

Was ist JPG IMAGE TO TEXT?

JPG IMAGE TO TEXT ist eine Chrome-Erweiterung, die von Techlo9 SEO entwickelt wurde, und ihr Hauptmerkmal ist "It is an online tool, using the OCR we make it possible to extract jpg to text.".

Erweiterungsscreenshots

screenshot

JPG IMAGE TO TEXT-Erweiterungs-CRX-Datei herunterladen

Laden Sie JPG IMAGE TO TEXT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name JPG IMAGE TO TEXT JPG IMAGE TO TEXT
ID plbkipfnejekdmbblkeaphikigeemgia
Offizielle URL https://chromewebstore.google.com/detail/jpg-image-to-text/plbkipfnejekdmbblkeaphikigeemgia
Beschreibung It is an online tool, using the OCR we make it possible to extract jpg to text.
Dateigröße 1.41 MB
Installationsanzahl 1,512
Aktuelle Version 0.3.2
Letztes Update 2023-11-22
Veröffentlichungsdatum 2021-09-21
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Techlo9 SEO
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jpgtotext.com
Hilfeseite URL https://www.jpgtotext.com/contact
Unterstützte Sprachen 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';"
    }
}