Vlume Keyboard
Vlume Keyboard Extension!
Vlume Keyboard란 무엇입니까?
Vlume Keyboard은(는) Vlume Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vlume Keyboard Extension!"입니다.
확장 프로그램 스크린샷
Vlume Keyboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } } |