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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में C-PEN Connect (BT10) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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'"
}