Lusito / dict.cc-translation

Firefox Addon for dict.cc
zlib License
37 stars 5 forks source link

Port to NPM, TypeScript, SCSS #32

Closed Lusito closed 6 years ago

Lusito commented 7 years ago

I've ported the extension to newest web-technologies. If you're interested in trying a new version, give it a go: https://addons.mozilla.org/de/firefox/addon/dictcc-translation/versions/beta

Most of the work has been done on porting the code, but there have been some bugfixes and visual changes too. (Moved towards a flat look for options and popup)

The code is now compressed and merged into one file per context (before each context loaded multiple files).. This might have benefits in load time, but I'm guessing it won't be noticeable.

If you're interested in the new source code, check out: https://github.com/Lusito/dict.cc-translation/tree/feature/typescript

With the next version the license will change from currently LGPL V3 to a more liberal zlib/libpng.