Touch Keyboard

Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.

Touch Keyboard란 무엇입니까?

Touch Keyboard은(는) SuperUber에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability."입니다.

Touch Keyboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Keyboard for touch screen device focused on login popup from Facebook.                    

확장 프로그램 기본 정보

이름 Touch Keyboard Touch Keyboard
ID ljjpdjbpbgcfnjnebpknijaimhokfglg
공식 URL https://chrome.google.com/webstore/detail/touch-keyboard/ljjpdjbpbgcfnjnebpknijaimhokfglg
설명 Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.
파일 크기 40 KB
설치 횟수 90
현재 버전 1.1
최근 업데이트 2015-03-09
출시 날짜 2015-03-09
평점 5.00/5 총 2 개의 평점
개발자 SuperUber
결제 유형 free
확장 프로그램 웹 사이트 http://www.superuber.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Touch Keyboard",
    "description": "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.",
    "version": "1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "keyboard.html",
        "style.css",
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}