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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/
URL страницы помощи https://vlume.com/docs/vlume-keyboard/
URL страницы политики конфиденциальности 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"
        }
    }
}