ChromiNom Vietnamese Han-Nom IME
Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
什么是ChromiNom Vietnamese Han-Nom IME?
ChromiNom Vietnamese Han-Nom IME是由https://www.chunom.org开发的Chrome扩展程序,该扩展的主要功能是“Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)”。
扩展截图
下载ChromiNom Vietnamese Han-Nom IME扩展crx文件
下载ChromiNom Vietnamese Han-Nom IME扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | ndhhadaiabkdkifjbjginjcdenedmgma |
| 官方URL | https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma |
| 简介 | Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom) |
| 文件大小 | 99.7 KB |
| 安装次数 | 154 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2014-09-28 |
| 上架时间 | 2014-09-28 |
| 评分 | 2.67/5 共3次评分 |
| 开发者 | https://www.chunom.org |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |