Chaim
Japanese text input for ChromeOS
What is Chaim?
Chaim is a Chrome extension developed by https://pitecan.com, and its main feature is "Japanese text input for ChromeOS".
Extension Screenshots
Download Chaim Extension CRX File
Download Chaim extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ChromeOSの日本語IME + α * エスケープとバッククオートを交換 * セミコロンを改行に * 右コントロールキーをセミコロンに * Ctrl-FBPNを矢印キーに * Ctrl-AをHomeに * Ctrl-EをEndに などのキー変換も行なっており、ScrapboxなどでEmacsキーバインディングを利用できます。
Extension Basic Information
Name | Chaim |
ID | nbakiigeihdkfihjnahbagdahgoanedd |
Official URL | https://chromewebstore.google.com/detail/chaim/nbakiigeihdkfihjnahbagdahgoanedd |
Description | Japanese text input for ChromeOS |
File Size | 525 KB |
Installation Count | 102 |
Current Version | 0.0.9 |
Last Updated | 2019-01-11 |
Publish Date | 2019-01-11 |
Developer | https://pitecan.com |
[email protected] | |
Payment Type | free |
Extension Website | https://scrapbox.io/masui/Chaim |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chaim", "short_name": "Chaim", "version": "0.0.9", "manifest_version": 2, "description": "Japanese text input for ChromeOS", "background": { "scripts": [ "chaim.js", "romakana.js", "dictdata.js", "webdictdata.js", "dict.js" ] }, "permissions": [ "input", "storage" ], "icons": { "48": "icons\/chaim-48.png", "96": "icons\/chaim-96.png" }, "input_components": [ { "name": "Chaim", "type": "ime", "id": "Chaim.com.pitecan", "description": "Japanese text input for ChromeOS", "language": "ja", "layouts": [ "us" ] } ] } |