Touch Keyboard

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

Co to jest Touch Keyboard?

Touch Keyboard to rozszerzenie Chrome opracowane przez SuperUber, a jego główną funkcją jest „Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.”.

Pobierz plik CRX rozszerzenia Touch Keyboard

Pobierz pliki rozszerzeń Touch Keyboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Touch Keyboard Touch Keyboard
ID ljjpdjbpbgcfnjnebpknijaimhokfglg
Oficjalny URL https://chrome.google.com/webstore/detail/touch-keyboard/ljjpdjbpbgcfnjnebpknijaimhokfglg
Opis Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.
Rozmiar pliku 40 KB
Liczba instalacji 90
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-03-09
Data Publikacji 2015-03-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper SuperUber
Typ Płatności free
Strona Rozszerzenia http://www.superuber.com
Obsługiwane Języki 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
}