This chrome extension displays cases, conjugations and translations of selected Finnish words.
To install the extension on the browser go to the web store
To download the source code clone from this repositery.
After cloning, run npm install
to download & install dependencies.
We use "Webpack Extension Reloader" to automatically load the extension in the browser.
use npm start
to run webpack on watch mode which will update the extension in the browser on every change.
To build, use npm run zip
- this will call webpack & babel to bundle & compile the files and then zip them into sanastorm.zip