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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}