Keyboard PTH Totem V3

Teclado Virtual PTH 3

Hvad er Keyboard PTH Totem V3?

Keyboard PTH Totem V3 er en Chrome-udvidelse udviklet af adandgrp, og dens hovedfunktion er "Teclado Virtual PTH 3".

Download Keyboard PTH Totem V3-udvidelses-CRX-fil

Download Keyboard PTH Totem V3-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Breaking, _OriginalType, Date none                    

Grundlæggende oplysninger om udvidelsen

Navn Keyboard PTH Totem V3 Keyboard PTH Totem V3
ID impmcdkgebbccjoddofaakedknoolgfk
Officiel URL https://chromewebstore.google.com/detail/keyboard-pth-totem-v3/impmcdkgebbccjoddofaakedknoolgfk
Beskrivelse Teclado Virtual PTH 3
Filstørrelse 66.39 KB
Antal Installationer 16
Nuværende Version 1.12.0
Senest Opdateret 2016-01-27
Udgivelsesdato 2016-01-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler adandgrp
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}