Vlume Keyboard
Vlume Keyboard Extension!
Vlume Keyboard là gì?
Vlume Keyboard là một tiện ích mở rộng Chrome được phát triển bởi Vlume Team, và tính năng chính của nó là "Vlume Keyboard Extension!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Vlume Keyboard
Tải xuống các tệp mở rộng Vlume Keyboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Vlume Keyboard |
ID | ffgbbmfhmcfaphemeigfmcejcgnehjjd |
URL Chính Thức | https://chromewebstore.google.com/detail/vlume-keyboard/ffgbbmfhmcfaphemeigfmcejcgnehjjd |
Mô tả | Vlume Keyboard Extension! |
Kích Thước Tệp | 30.68 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2022-11-19 |
Ngày Phát Hành | 2022-03-14 |
Nhà Phát Triển | Vlume Team |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://vlume.com/ |
URL Trang Trợ Giúp | https://vlume.com/docs/vlume-keyboard/ |
URL Trang Chính Sách Bảo Mật | https://vlume.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |