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.

Qu'est-ce que C-PEN Connect (BT10) ?

C-PEN Connect (BT10) est une extension Chrome développée par https://cpen.com, et sa fonction principale est "This Chrome extension connects to C-Pen Connect, and can be used for assistive text reading as well as general text capture.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension C-PEN Connect (BT10)

Téléchargez les fichiers d'extension C-PEN Connect (BT10) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom C-PEN Connect (BT10) C-PEN Connect (BT10)
ID dghlnbdlgkaocplkljohkjdbhpghgboo
URL Officiel https://chromewebstore.google.com/detail/c-pen-connect-bt10/dghlnbdlgkaocplkljohkjdbhpghgboo
Description This Chrome extension connects to C-Pen Connect, and can be used for assistive text reading as well as general text capture.
Taille du Fichier 1.53 MB
Nombre d'Installations 1,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-02-22
Date de Publication 2020-03-01
Développeur https://cpen.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cpen.com/software/connect-chrome-extension/
URL de la Page d'Aide https://support.cpen.com
URL de la Page de Politique de Confidentialité https://cpen.com/privacy-policy-at-c-pen
Langues Prises en Charge 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'"
}