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.

Was ist C-PEN Connect (BT10)?

C-PEN Connect (BT10) ist eine Chrome-Erweiterung, die von https://cpen.com entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension connects to C-Pen Connect, and can be used for assistive text reading as well as general text capture.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

C-PEN Connect (BT10)-Erweiterungs-CRX-Datei herunterladen

Laden Sie C-PEN Connect (BT10)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name C-PEN Connect (BT10) C-PEN Connect (BT10)
ID dghlnbdlgkaocplkljohkjdbhpghgboo
Offizielle URL https://chromewebstore.google.com/detail/c-pen-connect-bt10/dghlnbdlgkaocplkljohkjdbhpghgboo
Beschreibung This Chrome extension connects to C-Pen Connect, and can be used for assistive text reading as well as general text capture.
Dateigröße 1.53 MB
Installationsanzahl 1,000
Aktuelle Version 1.0.0
Letztes Update 2022-02-22
Veröffentlichungsdatum 2020-03-01
Entwickler https://cpen.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cpen.com/software/connect-chrome-extension/
Hilfeseite URL https://support.cpen.com
URL der Datenschutzrichtlinien-Seite https://cpen.com/privacy-policy-at-c-pen
Unterstützte Sprachen 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'"
}