Touch Keyboard

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

Touch Keyboardคืออะไร?

Touch Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SuperUber และคุณลักษณะหลักของมันคือ "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Touch Keyboard

ดาวน์โหลดไฟล์ส่วนขยาย 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
}