Image to Text
A powerful optical character recognition (OCR) extension to capture and convert images to text.
Wat is Image to Text?
Image to Text is een Chrome-extensie ontwikkeld door Techlo9, en de belangrijkste functie is "A powerful optical character recognition (OCR) extension to capture and convert images to text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Image to Text
Download Image to Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hjcdcapbbmpakpeecoddadadekhmcklm |
Officiële URL | https://chrome.google.com/webstore/detail/image-to-text/hjcdcapbbmpakpeecoddadadekhmcklm |
Beschrijving | A powerful optical character recognition (OCR) extension to capture and convert images to text. |
Bestandsgrootte | 1.42 MB |
Aantal Installaties | 1,311 |
Huidige Versie | 0.2.2 |
Laatst Bijgewerkt | 2021-12-16 |
Publicatiedatum | 2021-12-16 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Techlo9 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.imagetotext.io |
Help Pagina-URL | https://www.imagetotext.io/contact |
Ondersteunde Talen | 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" ] } ] } |