Touch Keyboard

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

Touch Keyboard क्या है?

Touch Keyboard SuperUber द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Touch Keyboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}