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
        }
    ]
}