Free OCR extract text from ActiveTab

This tool is actually text scaner that capture active tab's target area and extract text from it.

Free OCR extract text from ActiveTab là gì?

Free OCR extract text from ActiveTab là một tiện ích mở rộng Chrome được phát triển bởi https://imagetotext.io, và tính năng chính của nó là "This tool is actually text scaner that capture active tab's target area and extract text from it.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Free OCR extract text from ActiveTab

Tải xuống các tệp mở rộng Free OCR extract text from ActiveTab 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

                        This extension is actually text scanner that capture active tab's target area and extract text from it. This text scanner can extract several languages, Text can be in any language
after capturing text you can copy to clipboard on single click                    

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

Tên Free OCR extract text from ActiveTab Free OCR extract text from ActiveTab
ID bomlpocneecngaomhddeggcinnaoohgo
URL Chính Thức https://chromewebstore.google.com/detail/free-ocr-extract-text-fro/bomlpocneecngaomhddeggcinnaoohgo
Mô tả This tool is actually text scaner that capture active tab's target area and extract text from it.
Kích Thước Tệp 1.21 MB
Số Lần Cài Đặt 6,724
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2021-06-19
Ngày Phát Hành 2021-03-26
Đánh Giá 3.31/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://imagetotext.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://imagetotext.io/
URL Trang Trợ Giúp https://imagetotext.io/about
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "description": "This tool is actually text scaner that capture active tab's target area and extract text from it.",
    "homepage_url": "https:\/\/imagetotext.io\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "256": "data\/icons\/256.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "512": "data\/icons\/512.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 2,
    "name": "Free OCR extract text from ActiveTab",
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "version": "0.1.2",
    "web_accessible_resources": [
        "data\/ui\/index.html"
    ]
}