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
}