G6 Stroke-based Chinese Input Method (Beta)
Sample IME for IME extension API
G6 Stroke-based Chinese Input Method (Beta) là gì?
G6 Stroke-based Chinese Input Method (Beta) là một tiện ích mở rộng Chrome được phát triển bởi karllauy, và tính năng chính của nó là "Sample IME for IME extension API".
Ả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 G6 Stroke-based Chinese Input Method (Beta)
Tải xuống các tệp mở rộng G6 Stroke-based Chinese Input Method (Beta) 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
Beta version of a Stroke-based Chinese Input method for ChromeOS only. It is still under testing and development. Feel Free to try on it and provide feedback! For tutorial of this input method, please visit our site: http://www.miniapps.hk/g6code/tutor_tc.html Please switch between the input modes using the option menu of the input method, but not using any alphabet key. When "Input Language is Chinese" option is checked, please do not type any English alphabets, only use the buttons 'U', 'I', 'O', 'J', 'K', 'L' to input strokes and type Chinese character. If you wish to type English, please uncheck the "Input Language is Chinese" option in menu. *This ime is developed based on the "Sample IME for IME extension API". Disclaimers: The use of the code is only for research and educational purposes. The developer of this extension has already followed the guidelines for using and redistributing the source code. For those who wish to do so, please also strictly follows the guideline written on the beginning of every file. 1024/5000 基於筆劃的中文輸入法的Beta版。它仍在測試和開發中。隨意嘗試並提供反饋! 有關此輸入法的教程,請訪問我們的網站: http://www.miniapps.hk/g6code/tutor_tc.html 請使用輸入法的選項菜單,在輸入模式之間切換(六碼、全碼、二字、三字、多字), 但不要使用任何字母鍵去轉換模式。 選中“輸入語言為中文”選項開啟時,請不要輸入任何英文字母, 請只使用按鈕'U','I','O','J','K','L' 來輸入筆劃並輸入漢字。 如果您想輸入英語,請在菜單中取消選中“輸入語言為中文”選項。 *此輸入法是基於“Sample IME for IME extension API”開發的。 免責聲明: 代碼的使用僅用於研究和教育目的。 此擴展程序的開發人員已遵循使用和重新分發源代碼的準則。對於那些希望這樣做的人,請嚴格遵循每個文件開頭寫的指南。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | G6 Stroke-based Chinese Input Method (Beta) |
ID | kfccffigekpdejoikblfdgchmioejgpc |
URL Chính Thức | https://chromewebstore.google.com/detail/g6-stroke-based-chinese-i/kfccffigekpdejoikblfdgchmioejgpc |
Mô tả | Sample IME for IME extension API |
Kích Thước Tệp | 8.25 MB |
Số Lần Cài Đặt | 297 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2019-04-01 |
Ngày Phát Hành | 2019-04-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | karllauy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "G6 Stroke-based Chinese Input Method (Beta)", "version": "1.0.4", "permissions": [ "input" ], "manifest_version": 2, "minimum_chrome_version": "22", "description": "Sample IME for IME extension API", "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "ime.js", "init.js", "js\/sql.js", "js\/worker.sql.js" ] }, "options_page": "options\/options.html", "input_components": [ { "name": "G6 Stroke-based Chinese Input Method (Beta)", "type": "ime", "id": "sample_ime_for_ime_extension_api", "description": "Sample IME for IME extension API", "language": "en-US", "layouts": [ "us::eng" ] } ], "web_accessible_resources": [ "g6.sqlite" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |