Keyboard PTH Totem V3

Teclado Virtual PTH 3

Keyboard PTH Totem V3คืออะไร?

Keyboard PTH Totem V3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adandgrp และคุณลักษณะหลักของมันคือ "Teclado Virtual PTH 3"

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

ดาวน์โหลดไฟล์ส่วนขยาย Keyboard PTH Totem V3 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Breaking, _OriginalType, Date none                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Keyboard PTH Totem V3 Keyboard PTH Totem V3
ID impmcdkgebbccjoddofaakedknoolgfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keyboard-pth-totem-v3/impmcdkgebbccjoddofaakedknoolgfk
คำอธิบาย Teclado Virtual PTH 3
ขนาดไฟล์ 66.39 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.12.0
อัปเดตครั้งล่าสุด 2016-01-27
วันที่เผยแพร่ 2016-01-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา adandgrp
ประเภทการชำระเงิน free
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyboard PTH Totem V3",
    "description": "Teclado Virtual PTH 3",
    "manifest_version": 2,
    "version": "1.12.0",
    "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
        }
    ]
}