kuanyui / Furiganaize

A browser extension allowing the injection of phonetic annotations for Japanese text (furigana) on the fly.
https://addons.mozilla.org/en-US/firefox/addon/furiganaize/
MIT License
64 stars 3 forks source link

Furiganaize

A browser extension that can inject phonetic annotations of Japanese text (振り仮名, furigana) on the fly.

Forked from ilya.lissoboi's FuriganaInjectorPlusPlus

I develop and release all my open-source software projects for free, and are ALL licensed under WTFPL, GPL, MIT, or MPL. however, my “free time” is not free actually. If my works are usable to you or make you happy, please consider to donate to reduce my business hours to make more free and open-source projects for you and this world.

Attention: Donate only if you feel happy; it is totally voluntary, I would never force you to do this. I always try as possible as I can to make good project because I need, and wish my work could also be helpful to others. If you donate, I will be glad and grateful, but I cannot provide any gurantee or warranty for this project even if you do this.

Thanks for your contribution!

Differences between FuriganaInjectorPlusPlus:

Compatible

Install

You can install latest stable release on Firefox Add-ons

Dev

web-ext --verbose --firefox-profile ${HOME}/.mozilla/firefox/PROFILE_DIR/ run

# or
adb devices
web-ext run -t firefox-android --adb-device XXXXXX --firefox-apk org.mozilla.fenix

ATTENTION: Due to Firefox currently doesn't support background.service_worker in manifest.json, this project use the most simple GNU cat to concatenate JS files for WebWorker... please use make cat to create JS file for WebWorker before you dev.

Build to *.xpi

make xpi

Known Issues

About License

I originally found this great Chrome extension at ilya.lissoboi's FuriganaInjectorPlusPlus, but I want to make it run on my Firefox for Android so I forked it and port it into WebExtension. It's license is MIT so I decide to follow it.

HOWEVER, after some DuckDuckGoing, I found it seems the original author may be https://github.com/akira-kurogane, with his Furigana Injector hosting on Google Code which has been redirected to Github. AND its Firefox extension (legacy, not WebExtension) is released under GPLv2. The worse thing is that Chrome extension version has no information about license.

This is a chaos, so I searched getServerFileToArrayBufffer on Github, I found several people use the same code, but the copyright holder in LICENSE is replaced with themselves names. The worst, somebody even deleted all commit history, I don't know why they did such thing.

I have to say this made me so sad. The developers spending their free time and vacations on FLOSS projects should always be respected.

3rd-party libraries

For those who has no license declaration in lib/: