JsCIN: JavaScript based Chinese Input Methods

Chinese Input Methods (XCIN/GCIN compatible) for Google ChromeOS™

What is JsCIN: JavaScript based Chinese Input Methods?

JsCIN: JavaScript based Chinese Input Methods is a Chrome extension developed by JsCIN Developers, and its main feature is "Chinese Input Methods (XCIN/GCIN compatible) for Google ChromeOS™".

Extension Screenshots

screenshot
screenshot
screenshot

Download JsCIN: JavaScript based Chinese Input Methods Extension CRX File

Download JsCIN: JavaScript based Chinese Input Methods 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" 設計的。一般的 Chrome (for Win/Mac/Linux) 使用上較不方便且可能會有不穩定的情形
** 可安裝 *.cin 表格或是 GCIN 的 .gtab,可使用官方版gtab無蝦米表格
** 一般 Chrome 的使用方法: 在右上角網址列有出現[中]時,在可輸入文字區按下+放開 Shift 鍵即可叫出/關閉輸入法視窗,點選網址列的[中]可選取其它輸入法

安裝方法: (ChromeOS)
 (1)安裝 Extension,然後進設定的語言和輸入設定 (chrome://settings/languages)
 (2)R28與R28之前的版本: 在「設定」->「語言與輸入法」->按下「擴充功能輸入法編輯器(Extension IMEs)」,在JsCIN前面打勾。
    R29 之後的版本: 按「新增」選中文(繁體中文)然後在右邊列表JsCIN前面打勾;沒有看到就登出再登入,還是沒看到的話直接試下面的(3)
 (3)從右下角的設定選輸入法,列表中會出現 JsCIN中文輸入法,選它,然後再打開剛才的設定處一次,JsCIN 下面應該會跑出來一堆輸入法,像行列 倉頡等等。如果沒看到,開個新網頁視窗後再按一次。
 (4)選你要用的輸入法,就可以了。如果要裝自己的輸入法(如無蝦米),到 Extension 設定找到 JsCIN,然後點它的 Options 再新增表格。

其它平台(Mac,Liux,Win)的Chrome:
安裝後在網頁上輸入文字時,可單按 Shift 切換英文輸入。
要選擇其它輸入法則是點選網址列上的「中」圖形即可選取。                    

Extension Basic Information

Name JsCIN: JavaScript based Chinese Input Methods JsCIN: JavaScript based Chinese Input Methods
ID cdkhibgadomdghgnknpmgegpjjmfecfk
Official URL https://chromewebstore.google.com/detail/jscin-javascript-based-ch/cdkhibgadomdghgnknpmgegpjjmfecfk
Description Chinese Input Methods (XCIN/GCIN compatible) for Google ChromeOS™
File Size 619 KB
Installation Count 13,092
Current Version 0.0.24
Last Updated 2013-12-02
Publish Date 2013-12-02
Rating 4.33/5 Total 60 Ratings
Developer JsCIN Developers
Payment Type free
Extension Website https://code.google.com/p/jscin/
Supported Languages en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifestName__",
    "version": "0.0.24",
    "default_locale": "en",
    "description": "__MSG_manifestDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options\/options.html",
    "input_components": [
        {
            "name": "__MSG_manifestImeName__",
            "description": "__MSG_manifestImeDesc__",
            "type": "ime",
            "id": "cros_cin",
            "language": "zh-TW",
            "layouts": [
                "us"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "icons\/page_icon19.png"
        },
        "default_title": "__MSG_manifestName__",
        "default_popup": "input_api\/menu.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery\/jquery.js",
                "input_api\/ipc.js",
                "input_api\/ime_event.js",
                "input_api\/impl_chromeext.js",
                "jscin\/jscin.js",
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "jscin.ext\/*",
        "jquery\/*",
        "input_api\/*"
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "input",
        "unlimitedStorage",
        "tabs",
        "https:\/\/docs.google.com\/feeds\/*",
        "https:\/\/www.google.com\/accounts\/OAuthGetRequestToken",
        "https:\/\/www.google.com\/accounts\/OAuthAuthorizeToken",
        "https:\/\/www.google.com\/accounts\/OAuthGetAccessToken"
    ]
}