/fast-language

A Chrome extension to learn languages faster whenever you open a new tab.

Primary LanguageTypeScript

logo

Fast Language Extension

A Chrome extension to learn languages faster whenever you open a new tab.

logo

Whenever you open a new tab, you will get an opportunity to learn a new word with a simple example.

Supported Languages

logo

How to contribute?

✍️   Add a translation

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.

🏞   Modify extension UI

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.

🔐   Modify server API

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.