Image to Text
A powerful optical character recognition (OCR) extension to capture and convert images to text.
什么是Image to Text?
Image to Text是由Techlo9开发的Chrome扩展程序,该扩展的主要功能是“A powerful optical character recognition (OCR) extension to capture and convert images to text.”。
扩展截图
下载Image to Text扩展crx文件
下载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" ] } ] } |