Vlume Keyboard
Vlume Keyboard Extension!
Vlume Keyboardคืออะไร?
Vlume Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vlume Team และคุณลักษณะหลักของมันคือ "Vlume Keyboard Extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } } |