An extension for Google Chrome that helps people learn new languages while they browse the web.
MindTheWord helps the user to easily learn the vocabulary of a new language while browsing pages in his native language. In every web page visited, it randomly translates a few words into the language he would like to learn. Since only a few words are translated, it is easy to infer their meaning from the context. Read more in Description.md.
- Install node.js, git
- Clone the repository
git clone https://gitlab.com/aossie/MindTheWord.git
- Change directory to MindTheWord
cd MindTheWord
npm install -g jspm gulp
npm install -g minimatch@3.0.2
npm install
jspm install
gulp build
- Open Chrome and go to
chrome://extensions
- Enable "Developer mode"
- Drag "dist" folder into the browser or click "Load unpacked extension" and select the "dist" folder.
run npm test
If you would like to contribute to the development of this extension, please contact the developers. In order to get started with the contribution, please refer to: Contribute.md
- Google Summer of Code grants are available every year. If you would like to apply, it is never too early to contact us.