Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dergachev/babelfrog
Chrome extension to help learn languages as you browse.
https://github.com/dergachev/babelfrog
Last synced: 25 days ago
JSON representation
Chrome extension to help learn languages as you browse.
- Host: GitHub
- URL: https://github.com/dergachev/babelfrog
- Owner: dergachev
- Created: 2014-04-28T21:40:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T14:50:12.000Z (over 5 years ago)
- Last Synced: 2024-08-03T04:08:53.096Z (3 months ago)
- Language: JavaScript
- Homepage: babelfrog.com
- Size: 1.93 MB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- low-resource-languages - babelfrog - Chrome extension to help learn languages as you browse. (Software / Utilities)
README
BabelFrog
==========A Google Chrome extension to help you learn a language as you browse the web.
Uses Google Translate to translate the selected text.![](http://babelfrog.com/img/babelfrog-demo-4.gif)
For usage instructions, see [http://babelfrog.com/help](http://babelfrog.com/help).
Installation
------------The easiest way to run BabelFrog is to install it via the [Chrome Web
Store](https://chrome.google.com/webstore/detail/babelfrog/jnhmkblbgggfgeebimebebnkhgnagnpj).To install from source, clone this repository and then load it to chrome as an "Unpacked extension":
```
cd ~/code # or wherever you put your cloned github repos
git clone https://github.com/dergachev/babelfrog.git
```Now open Chrome's extension management:
![](https://raw.githubusercontent.com/dergachev/babelfrog/master/screenshots/chrome-screenshot-tools-extensions.png)
And add the "Unpacked extension":
![](https://raw.githubusercontent.com/dergachev/babelfrog/master/screenshots/chrome-load-unpacked-screenshot.png)
Keep in mind that if you edit certain files (like manifest.json,
background.html), the changes will not be picked up by Chrome until you reload
the Extensions management page (chrome://extensions/), which auto-reloads all
unpacked extensions.See [DEVNOTES.md](https://github.com/dergachev/babelfrog/blob/master/DEVNOTES.md) for
other developer instructions.