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
电子邮箱 [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"
        }
    }
}