JPG IMAGE TO TEXT

It is an online tool, using the OCR we make it possible to extract jpg to text.

什么是JPG IMAGE TO TEXT?

JPG IMAGE TO TEXT是由Techlo9 SEO开发的Chrome扩展程序,该扩展的主要功能是“It is an online tool, using the OCR we make it possible to extract jpg to text.”。

扩展截图

screenshot

下载JPG IMAGE TO TEXT扩展crx文件

下载JPG IMAGE TO TEXT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It is an online tool that converts jpg image text into editable text format. Developed with OCR (Optical Character Recognition), a technology that obtains information from pictures and transforms it into soft copy.

It convert active tab into a jpg and then using OCR to read all text on it.                    

扩展基本信息

名称 JPG IMAGE TO TEXT JPG IMAGE TO TEXT
ID plbkipfnejekdmbblkeaphikigeemgia
官方URL https://chromewebstore.google.com/detail/jpg-image-to-text/plbkipfnejekdmbblkeaphikigeemgia
简介 It is an online tool, using the OCR we make it possible to extract jpg to text.
文件大小 1.41 MB
安装次数 1,512
当前版本 0.3.2
更新时间 2023-11-22
上架时间 2021-09-21
评分 2.33/5 共3次评分
开发者 Techlo9 SEO
电子邮箱 [email protected]
付费类型 free
扩展官网 https://jpgtotext.com
帮助页面URL https://www.jpgtotext.com/contact
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "description": "It is an online tool, using the OCR we make it possible to extract jpg to text.",
    "homepage_url": "https:\/\/jpgtotext.com\/",
    "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": "JPG IMAGE TO TEXT",
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "scripting"
    ],
    "version": "0.3.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/ui\/index.html"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}