chrome-unikey is an chrome extension that provide input method for Chrome OS that built on libunikey
The extension is published at Chrome Webstore
Please create an issue for any question, feature request or bug
git clone https://github.com/vn-input/chrome-unikey.git
cd chrome-unikey
git submodule update --init
./docker-build.sh
# for clean up
./docker-build.sh make clean
-
Install emsdk 3.1.40 (most other version will work, but we test on this version)
-
Install nodejs 20
-
Build
source /path/to/emsdk/emsdk_env.sh cd chrome-unikey make
Goto chrome://extensions/
then Load unpacked
chrome-unikey/build/debug
for debug version - with console.logchrome-unikey/build/release
for release version - without console.log