Keyboard PTH Totem

Teclado virtual para pantallas touch

什麼是Keyboard PTH Totem ?

Keyboard PTH Totem 是由http://coffeebean-lab.com.mx開發的Chrome擴展程式,該擴展的主要功能是“Teclado virtual para pantallas touch”。

擴展截圖

screenshot
screenshot

下載Keyboard PTH Totem 擴展crx文件

下載Keyboard PTH Totem 擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}