Keyboard Totem

Teclado Virtual Totem

Keyboard Totemคืออะไร?

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

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

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

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

                        Teclado virtual                    

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

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