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.".
Снимки экрана расширения
Скачать файл 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.
Основная информация о расширении
Название | |
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" ] } ] } |