A Google Chrome browser extension for jquery.ime input method library.
jQuery.IME is an input method editor library that currently supports more than 150 input methods. It is the jQuery version of the input method tool used in Wikimedia projects, a.k.a. Narayam.
https://chrome.google.com/webstore/detail/wikimedia-input-tools/fjnfifedbeeeibikgpggddmfbaeccaoh
Clone the repository:
https://github.com/pravee-n/jquery.ime-chrome-extension.git
After cloning the repository, you need to run the following commmands
git submodule init
git submodule update
It would include the jQuery.IME and jQuery.ULS libraries in the extension.
- Launch Google Chrome and click settings icon in the top right corner.
- Goto Tools > Extensions.
- Make sure the developer mode option is checked on top right.
- Click on Load Unpacked Extension.
- Navigate to the directory where you cloned the source code and open it to install the extension.
Or you can simply follow the steps at
http://developer.chrome.com/extensions/getstarted.html#unpacked
jQuery.IME for chrome is now installed.
Try it out on any textarea or input box on any website.
Try refreshing the page once if jQuery.IME extension is not loaded on a input field or a textarea on a webpage.