Touch Keyboard

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

Touch Keyboard là gì?

Touch Keyboard là một tiện ích mở rộng Chrome được phát triển bởi SuperUber, và tính năng chính của nó là "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.".

Tải xuống tệp CRX của tiện ích mở rộng Touch Keyboard

Tải xuống các tệp mở rộng Touch Keyboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Touch Keyboard Touch Keyboard
ID ljjpdjbpbgcfnjnebpknijaimhokfglg
URL Chính Thức https://chrome.google.com/webstore/detail/touch-keyboard/ljjpdjbpbgcfnjnebpknijaimhokfglg
Mô tả Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.
Kích Thước Tệp 40 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-03-09
Ngày Phát Hành 2015-03-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển SuperUber
Loại Thanh Toán free
Trang Web Mở Rộng http://www.superuber.com
Ngôn Ngữ Được Hỗ Trợ 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
}