jquery.ime-firefox-extension
Mozilla Firefox 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.
Download the extension from Mozilla Add-ons repository
https://addons.mozilla.org/en-US/firefox/addon/wikimedia-input-tools/
Get the source code
Clone the repository:
https://github.com/pravee-n/jquery.ime-firefox-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.
Or you can simply download the source code as zip.
Installation on Firefox
- Launch Firefox.
- Goto Tools > Addons or you can use the shortcut Ctrl+Shift+A.
- Click on settings icon near the search bar on top right and select "Install Addon from file".
- Navigate to the directory where you cloned the source code and open jquery-ime-firefox-extension.xpi to install the extension.
jQuery.IME for firefox is now installed.
Try refreshing the page once if jQuery.IME extension is not loaded on a input field or a textarea on a webpage.