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
官方網址 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
}