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
公式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
        }
    ]
}