Keyboard Totem

Teclado Virtual Totem

ما هو Keyboard Totem؟

Keyboard Totem هو إضافة Chrome تم تطويرها بواسطة MiniPOS، والميزة الرئيسية لها هي "Teclado Virtual Totem".

تحميل ملف CRX للإضافة Keyboard Totem

قم بتنزيل ملفات الامتداد Keyboard Totem بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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