Keyboard PTH Totem

Teclado virtual para pantallas touch

Keyboard PTH Totem คืออะไร?

Keyboard PTH Totem เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://coffeebean-lab.com.mx และคุณลักษณะหลักของมันคือ "Teclado virtual para pantallas touch"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keyboard PTH Totem

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}