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 là gì?

JPG IMAGE TO TEXT là một tiện ích mở rộng Chrome được phát triển bởi Techlo9 SEO, và tính năng chính của nó là "It is an online tool, using the OCR we make it possible to extract jpg to text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JPG IMAGE TO TEXT

Tải xuống các tệp mở rộng JPG IMAGE TO TEXT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JPG IMAGE TO TEXT JPG IMAGE TO TEXT
ID plbkipfnejekdmbblkeaphikigeemgia
URL Chính Thức https://chromewebstore.google.com/detail/jpg-image-to-text/plbkipfnejekdmbblkeaphikigeemgia
Mô tả It is an online tool, using the OCR we make it possible to extract jpg to text.
Kích Thước Tệp 1.41 MB
Số Lần Cài Đặt 1,512
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2021-09-21
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Techlo9 SEO
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jpgtotext.com
URL Trang Trợ Giúp https://www.jpgtotext.com/contact
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}