A Chrome extension to learn languages faster whenever you open a new tab.
Whenever you open a new tab, you will get an opportunity to learn a new word with a simple example.
At the moment, we only support German language translations. You can help us by adding a word translation in the fast-language-translations repository. There, you will find instructions on how to create a new translation.
If you want to make extension user interface more user friendly, you can update React source code in this repository. We are using create-react-app.dev to build the user interface so you need to follow their standard guidelines. If you want to understand Chrome Extension development process, then follow this documentation.
This extension uses an API provided by fast-language-server repository. There, you will find documentation and instructions on how to update the API code.