Image to Text

A powerful optical character recognition (OCR) extension to capture and convert images to text.

Τι είναι το Image to Text;

Το Image to Text είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Techlo9, και η κύρια λειτουργία του είναι "A powerful optical character recognition (OCR) extension to capture and convert images to text.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Image to Text

Λήψη αρχείων επέκτασης Image to Text σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Using an 'imagetotext.io' on-line device for picture to textual content conversion improves the procedure of automation. It makes our duties extra hassle-unfastened in addition to error-unfastened. The device will assist lower your efforts and boom your productiveness particularly if you have to transform bulk pics to textual content. The appropriate component about 'imagetotext' is that you could get textual content via way of means of simply shooting the display screen with a unmarried click. This picture to textual content device affords a easy interface for changing picture to textual content.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image to Text Image to Text
ID hjcdcapbbmpakpeecoddadadekhmcklm
Επίσημο URL https://chrome.google.com/webstore/detail/image-to-text/hjcdcapbbmpakpeecoddadadekhmcklm
Περιγραφή A powerful optical character recognition (OCR) extension to capture and convert images to text.
Μέγεθος Αρχείου 1.42 MB
Αριθμός Εγκαταστάσεων 1,311
Τρέχουσα Έκδοση 0.2.2
Τελευταία Ενημέρωση 2021-12-16
Ημερομηνία Δημοσίευσης 2021-12-16
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Techlo9
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.imagetotext.io
Διεύθυνση URL της Σελίδας Βοήθειας https://www.imagetotext.io/contact
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "description": "A powerful optical character recognition (OCR) extension to capture and convert images to text.",
    "homepage_url": "https:\/\/imagetotext.io\/",
    "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": "Image to Text",
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "scripting"
    ],
    "version": "0.2.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/ui\/index.html"
            ]
        }
    ]
}