Image to Text

A powerful optical character recognition (OCR) extension to capture and convert images to text.

Image to Text là gì?

Image to Text là một tiện ích mở rộng Chrome được phát triển bởi Techlo9, và tính năng chính của nó là "A powerful optical character recognition (OCR) extension to capture and convert images 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 Image to Text

Tải xuống các tệp mở rộng 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

                        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.                    

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

Tên Image to Text Image to Text
ID hjcdcapbbmpakpeecoddadadekhmcklm
URL Chính Thức https://chrome.google.com/webstore/detail/image-to-text/hjcdcapbbmpakpeecoddadadekhmcklm
Mô tả A powerful optical character recognition (OCR) extension to capture and convert images to text.
Kích Thước Tệp 1.42 MB
Số Lần Cài Đặt 1,311
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2021-12-16
Ngày Phát Hành 2021-12-16
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Techlo9
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.imagetotext.io
URL Trang Trợ Giúp https://www.imagetotext.io/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": "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"
            ]
        }
    ]
}