Keyboard Totem

Teclado Virtual Totem

什么是Keyboard Totem?

Keyboard Totem是由MiniPOS开发的Chrome扩展程序,该扩展的主要功能是“Teclado Virtual Totem”。

下载Keyboard Totem扩展crx文件

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