Keyboard PTH Totem

Teclado virtual para pantallas touch

Keyboard PTH Totem क्या है?

Keyboard PTH Totem http://coffeebean-lab.com.mx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Teclado virtual para pantallas touch"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

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

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

                        Nueva Versión del teclado, esta tiene botones principales de colores, Letra inicial en Mayúscula, Ojo esta versión cambia la búsqueda, es compatible con la versión, la anterior se debe de cambiar la busqueda en la siguiente linea cotecla[0] por cotecla[1]
en los JS                    

एक्सटेंशन की मूल जानकारी

नाम Keyboard PTH Totem Keyboard PTH Totem
ID lmpeeelplfnkchaaehmaonpdlngbffmf
आधिकारिक URL https://chrome.google.com/webstore/detail/keyboard-pth-totem/lmpeeelplfnkchaaehmaonpdlngbffmf
विवरण Teclado virtual para pantallas touch
फ़ाइल का आकार 66.13 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.11.6
अंतिम अपडेट 2015-11-10
प्रकाशन तिथि 2015-11-10
रेटिंग 2.00/5 कुल 4 रेटिंग्स
डेवलपर http://coffeebean-lab.com.mx
भुगतान के प्रकार free
समर्थित भाषाएँ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyboard PTH Totem ",
    "description": "Teclado virtual para pantallas touch",
    "manifest_version": 2,
    "version": "1.11.6",
    "icons": {
        "16": "keyboard.png",
        "48": "keyboard.png",
        "128": "keyboard.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "buttons\/keyboard_2.png",
        "default_title": "Virtual Keyboard Toggle",
        "default_popup": "toggle.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "keyboard.html",
        "keyboard_*.html",
        "keyboard_en.html",
        "keyboard_ru.html",
        "style.css",
        "options.js",
        "toggle.html",
        "toggle.js",
        "icons\/*",
        "icons\/backspace.png",
        "icons\/backspace-e.png",
        "icons\/close.png",
        "icons\/enter.png",
        "icons\/enter-e.png",
        "icons\/settings.png",
        "icons\/shift.png",
        "buttons\/*",
        "buttons\/keyboard_1.png",
        "buttons\/keyboard_2.png",
        "buttons\/keyboard_3.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}