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)?

C-PEN Connect (BT10)是由https://cpen.com開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension connects to C-Pen Connect, and can be used for assistive text reading as well as general text capture.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載C-PEN Connect (BT10)擴展crx文件

下載C-PEN Connect (BT10)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 C-PEN Connect (BT10) C-PEN Connect (BT10)
ID dghlnbdlgkaocplkljohkjdbhpghgboo
官方網址 https://chromewebstore.google.com/detail/c-pen-connect-bt10/dghlnbdlgkaocplkljohkjdbhpghgboo
簡介 This Chrome extension connects to C-Pen Connect, and can be used for assistive text reading as well as general text capture.
檔案大小 1.53 MB
安裝次數 1,000
目前版本 1.0.0
更新時間 2022-02-22
上架時間 2020-03-01
開發者 https://cpen.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cpen.com/software/connect-chrome-extension/
說明頁面URL https://support.cpen.com
隱私政策頁面URL https://cpen.com/privacy-policy-at-c-pen
支援的語言 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'"
}