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"
]
} | |