Skip to content
/ jscin Public
forked from google/jscin

Automatically exported from code.google.com/p/jscin

License

Notifications You must be signed in to change notification settings

hungte/jscin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript based Chinese Input Method

Porting input method environment (IME) everywhere is painful, especially when
you failed to find your favorite IME on new tablet / phone devices. It would be
great if we can have IME as web browser extension since it'll be easy to sync
your favorite input method everywhere. Moreoever, some OS like Google ChromeOS
does not allow installing userland native programs (it supports NaCl more
widely after we've started this project).

Chrome browser now supports an "extension API":
http://dev.chromium.org/developers/design-documents/extensions/input-method-editor

This project is a JavaScript implementation of Chinese Input Method that is
compatible with XCIN 2.5 to serve ChromeOS and other platforms allowing IMEs
implemented in JavaScript.

About

Automatically exported from code.google.com/p/jscin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.8%
  • HTML 5.9%
  • C++ 3.6%
  • Makefile 0.9%
  • CSS 0.4%
  • Shell 0.3%
  • C 0.1%