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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}