Vlume Keyboard
Vlume Keyboard Extension!
什麼是Vlume Keyboard?
Vlume Keyboard是由Vlume Team開發的Chrome擴展程式,該擴展的主要功能是“Vlume Keyboard Extension!”。
擴展截圖
下載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 |
ID | ffgbbmfhmcfaphemeigfmcejcgnehjjd |
官方網址 | 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" } } } |