Vlume Keyboard

Vlume Keyboard Extension!

ما هو Vlume Keyboard؟

Vlume Keyboard هو إضافة Chrome تم تطويرها بواسطة Vlume Team، والميزة الرئيسية لها هي "Vlume Keyboard Extension!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Quickly type out Armenian without using Armenian keyboard. 
VLUME Keyboard, a Chrome browser extension converts Latin characters into Armenian using transliteration table which can be customized by the user.
Features:
* Use the shortcut to bring up the Keyboard popup anywhere on the browser
* Type in English using the phonetic sounds of the Armenian characters
* Choose your default transliteration table between Eastern or Western Armenian
* Customize the Shortcut for Vlume Keyboard
* Add your own patterns in the transliteration table using the Options                    

معلومات أساسية عن التمديد

الاسم Vlume Keyboard Vlume Keyboard
ID ffgbbmfhmcfaphemeigfmcejcgnehjjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/vlume-keyboard/ffgbbmfhmcfaphemeigfmcejcgnehjjd
الوصف Vlume Keyboard Extension!
حجم الملف 30.68 KB
عدد التثبيتات 110
النسخة الحالية 1.0.5
آخر تحديث 2022-11-19
تاريخ النشر 2022-03-14
المطور Vlume Team
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://vlume.com/
عنوان صفحة المساعدة https://vlume.com/docs/vlume-keyboard/
عنوان صفحة سياسة الخصوصية https://vlume.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vlume Keyboard",
    "description": "Vlume Keyboard Extension!",
    "version": "1.0.5",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "clipboardRead",
        "clipboardWrite"
    ],
    "action": {
        "default_icon": ".\/assets\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": ".\/settings\/settings.html",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up",
                "mac": "MacCtrl+Shift+Up"
            }
        },
        "copy_text": {
            "suggested_key": {
                "default": "Ctrl+Shift+Down",
                "mac": "MacCtrl+Shift+Down"
            },
            "description": "Copy text to clipboard"
        }
    }
}