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
}