C-PEN Connect (BT10)

This Chrome extension connects to C-Pen Connect, and can be used for assistive text reading as well as general text capture.

C-PEN Connect (BT10) là gì?

C-PEN Connect (BT10) là một tiện ích mở rộng Chrome được phát triển bởi https://cpen.com, và tính năng chính của nó là "This Chrome extension connects to C-Pen Connect, and can be used for assistive text reading as well as general text capture.".

Ả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 C-PEN Connect (BT10)

Tải xuống các tệp mở rộng C-PEN Connect (BT10) 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

                        C-Pen Connect companion software. This extension enables Chrome browser to connect to C-PEN Connect pen scanner and receive scanned text - and have it read out loud. Compatible with Chrome browser on MAC and Windows.                    

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

Tên C-PEN Connect (BT10) C-PEN Connect (BT10)
ID dghlnbdlgkaocplkljohkjdbhpghgboo
URL Chính Thức https://chromewebstore.google.com/detail/c-pen-connect-bt10/dghlnbdlgkaocplkljohkjdbhpghgboo
Mô tả This Chrome extension connects to C-Pen Connect, and can be used for assistive text reading as well as general text capture.
Kích Thước Tệp 1.53 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-02-22
Ngày Phát Hành 2020-03-01
Nhà Phát Triển https://cpen.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cpen.com/software/connect-chrome-extension/
URL Trang Trợ Giúp https://support.cpen.com
URL Trang Chính Sách Bảo Mật https://cpen.com/privacy-policy-at-c-pen
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "C-PEN Connect (BT10)",
    "short_name": "C-PEN BT10",
    "description": "This Chrome extension connects to C-Pen Connect, and can be used for assistive text reading as well as general text capture.",
    "version": "1.0.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "\/static\/media\/c-logo-16.png",
        "48": "\/static\/media\/c-logo-48.png",
        "128": "\/static\/media\/c-logo-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tts"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/content.css",
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/0.chunk.js",
                "\/static\/js\/3.chunk.js",
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/css\/app.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}