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ファイルをダウンロード

Touch Keyboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}