ChromiNom Vietnamese Han-Nom IME
Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
ChromiNom Vietnamese Han-Nom IME là gì?
ChromiNom Vietnamese Han-Nom IME là một tiện ích mở rộng Chrome được phát triển bởi https://www.chunom.org, và tính năng chính của nó là "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)".
Ả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 ChromiNom Vietnamese Han-Nom IME
Tải xuống các tệp mở rộng ChromiNom Vietnamese Han-Nom IME 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
To start Han-Nom input on any webpage just click the "喃" icon on the top right side of your browser and wait until the icon turns green. Click again to stop Han-Nom input. Use TELEX method to type and a number key to insert a Han-Nom character. You can also use the mouse or touch gestures to insert characters. Dictionary is based on data from www.chunom.org
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChromiNom Vietnamese Han-Nom IME |
ID | ndhhadaiabkdkifjbjginjcdenedmgma |
URL Chính Thức | https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma |
Mô tả | Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom) |
Kích Thước Tệp | 99.7 KB |
Số Lần Cài Đặt | 154 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2014-09-28 |
Ngày Phát Hành | 2014-09-28 |
Đánh Giá | 2.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.chunom.org |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChromiNom Vietnamese Han-Nom IME", "short_name": "ChromiNom IME", "version": "1.0.4", "description": "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)", "content_scripts": [ { "css": [], "js": [ "ime\/jquery.js", "ime\/ime.js", "init.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "persistent": false, "scripts": [ "popup.js" ] }, "browser_action": { "default_name": "Click to enable ChromiNom", "default_icon": "icon-off.png" }, "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |