an experimental chrome extension to insert furigana for any website.
- Wikipedia
- Youtube
# prerequisite, for the watch and pack scripts
brew install fswatch jq
# build the background.js(service worker), both for dev and prod
./watch
# pack the extension
./pack
For Windows use WSL and install or build fswatch and jquery.
mirigana-everywhere is based on mirigana.
It relies on the following projects:
- kuromoji.js https://github.com/takuyaa/kuromoji.js
- mecab-ipadic https://sourceforge.net/projects/mecab/
- mecab-ipadic-NEologd https://github.com/neologd/mecab-ipadic-neologd
- html-element-picker.js https://github.com/AlienKevin/html-element-picker