Laban Key - Gõ tiếng Việt
Laban Key - Gõ tiếng Việt
Laban Key - Gõ tiếng Việt란 무엇입니까?
Laban Key - Gõ tiếng Việt은(는) Zalo Laban에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Laban Key - Gõ tiếng Việt"입니다.
확장 프로그램 스크린샷
Laban Key - Gõ tiếng Việt 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Laban Key - Gõ tiếng Việt là tiện ích mở rộng hỗ trợ gõ tiếng Việt trên các thiết bị chạy hệ điều hành Chrome OS. Chức năng: - Gõ Telex, VNI chuẩn như Unikey trên PC - Dễ dàng đổi giữa tiếng Việt và tiếng Anh với phím tắt
확장 프로그램 기본 정보
이름 | Laban Key - Gõ tiếng Việt |
ID | liidlcbnpkadhhajjmdkbbneagcfddcj |
공식 URL | https://chromewebstore.google.com/detail/laban-key-g%C3%B5-ti%E1%BA%BFng-vi%E1%BB%87t/liidlcbnpkadhhajjmdkbbneagcfddcj |
설명 | Laban Key - Gõ tiếng Việt |
파일 크기 | 349 KB |
설치 횟수 | 40,000 |
현재 버전 | 1.7 |
최근 업데이트 | 2020-01-16 |
출시 날짜 | 2020-01-16 |
평점 | 3.35/5 총 17 개의 평점 |
개발자 | Zalo Laban |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://app.laban.vn/ |
도움말 페이지 URL | https://app.laban.vn/#contactForm |
지원되는 언어 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Laban Key - G\u00f5 ti\u1ebfng Vi\u1ec7t", "short_name": "Laban Key - G\u00f5 ti\u1ebfng Vi\u1ec7t", "version": "1.7", "manifest_version": 2, "description": "Laban Key - G\u00f5 ti\u1ebfng Vi\u1ec7t", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "unikey.js", "main.js" ] }, "browser_action": { "default_icon": { "16": "img\/icon-inactive-16.png", "48": "img\/icon-inactive-48.png", "128": "img\/icon-inactive-128.png" } }, "options_page": "options.html", "permissions": [ "storage", "input" ], "input_components": [ { "description": "B\u1ed9 g\u00f5 ti\u1ebfng Vi\u1ec7t", "id": "laban-key", "language": "vi", "layouts": [], "name": "Laban Key", "type": "ime" } ] } |