JPG IMAGE TO TEXT

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

Qu'est-ce que JPG IMAGE TO TEXT ?

JPG IMAGE TO TEXT est une extension Chrome développée par Techlo9 SEO, et sa fonction principale est "It is an online tool, using the OCR we make it possible to extract jpg to text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JPG IMAGE TO TEXT

Téléchargez les fichiers d'extension JPG IMAGE TO TEXT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom JPG IMAGE TO TEXT JPG IMAGE TO TEXT
ID plbkipfnejekdmbblkeaphikigeemgia
URL Officiel https://chromewebstore.google.com/detail/jpg-image-to-text/plbkipfnejekdmbblkeaphikigeemgia
Description It is an online tool, using the OCR we make it possible to extract jpg to text.
Taille du Fichier 1.41 MB
Nombre d'Installations 1,512
Version Actuelle 0.3.2
Dernière Mise à Jour 2023-11-22
Date de Publication 2021-09-21
Évaluation 2.33/5 Total 3 Évaluations
Développeur Techlo9 SEO
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jpgtotext.com
URL de la Page d'Aide https://www.jpgtotext.com/contact
Langues Prises en Charge 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';"
    }
}