Image Reader
Recognize texts from images
什么是Image Reader?
Image Reader是由https://germanov.dev开发的Chrome扩展程序,该扩展的主要功能是“Recognize texts from images”。
扩展截图
下载Image Reader扩展crx文件
下载Image Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Using this tool you can extract and recognize text from images using Image Reader online text recognition service by a single right mouse click. 扩展基本信息
| 名称 | |
| ID | acaljenpmopdeajikpkgbilhbkddjglh |
| 官方URL | https://chromewebstore.google.com/detail/image-reader/acaljenpmopdeajikpkgbilhbkddjglh |
| 简介 | Recognize texts from images |
| 文件大小 | 26.88 KB |
| 安装次数 | 894 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-02-17 |
| 上架时间 | 2022-02-11 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | https://germanov.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ir.germanov.dev |
| 帮助页面URL | https://germanov.dev/contacts |
| 隐私政策页面URL | https://germanov.dev/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image Reader",
"description": "Recognize texts from images",
"version": "1.0",
"manifest_version": 3,
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"contextMenus",
"tabs",
"scripting"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
}
} | |