Comfort On-Screen Keyboard Pro Extension

Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.

Comfort On-Screen Keyboard Pro Extension란 무엇입니까?

Comfort On-Screen Keyboard Pro Extension은(는) https://comfortsoftware.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Comfort On-Screen Keyboard Pro Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro (or Comfort Keys Pro) software has to be installed and running: https://www.comfortsoftware.com/on-screen-keyboard/

The first time you try the extension, reload any previously open pages before you try out the new functionality on them.

System requirements:
Microsoft Windows 7, Windows 8, Windows 10 and Windows 11.                    

확장 프로그램 기본 정보

이름 Comfort On-Screen Keyboard Pro Extension Comfort On-Screen Keyboard Pro Extension
ID jiahaffkmigpdgabgoeipffondmlnhdn
공식 URL https://chromewebstore.google.com/detail/comfort-on-screen-keyboar/jiahaffkmigpdgabgoeipffondmlnhdn
설명 Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.
파일 크기 24.88 KB
설치 횟수 7,527
현재 버전 5.1
최근 업데이트 2023-08-28
출시 날짜 2020-06-05
평점 2.99/5 총 108 개의 평점
개발자 https://comfortsoftware.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.comfortsoftware.com/on-screen-keyboard/
도움말 페이지 URL https://www.comfortsoftware.com/support/
개인정보 보호 정책 페이지 URL https://www.comfortsoftware.com/privacy
지원되는 언어 en
manifest.json
{
    "name": "Comfort On-Screen Keyboard Pro Extension",
    "description": "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.",
    "version": "5.1",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ckeyboard.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "256": "icon256.png"
    },
    "incognito": "split",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}