Keyboard PTH Totem V3

Teclado Virtual PTH 3

Cos'è Keyboard PTH Totem V3?

Keyboard PTH Totem V3 è un'estensione di Chrome sviluppata da adandgrp, e la sua funzione principale è "Teclado Virtual PTH 3".

Scarica il file CRX dell'estensione Keyboard PTH Totem V3

Scarica i file di estensione Keyboard PTH Totem V3 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Breaking, _OriginalType, Date none                    

Informazioni di Base sull'Estensione

Nome Keyboard PTH Totem V3 Keyboard PTH Totem V3
ID impmcdkgebbccjoddofaakedknoolgfk
URL Ufficiale https://chromewebstore.google.com/detail/keyboard-pth-totem-v3/impmcdkgebbccjoddofaakedknoolgfk
Descrizione Teclado Virtual PTH 3
Dimensione del File 66.39 KB
Conteggio Installazioni 16
Versione Corrente 1.12.0
Ultimo Aggiornamento 2016-01-27
Data di Pubblicazione 2016-01-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore adandgrp
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}