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
公式URL 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
Eメール [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'"
}