Vlume Keyboard

Vlume Keyboard Extension!

Vlume Keyboardとは何ですか?

Vlume KeyboardはVlume Teamによって開発されたChromeの拡張機能で、その主な機能は「Vlume Keyboard Extension!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Vlume Keyboard拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    }
}