LinguaClip is a browser extension designed to help you learn new languages while browsing the web. Easily capture, save, and learn new words and phrases you encounter online. Make your language learning more effective and integrated into your daily routine!
- Capture and Save: Select any word or phrase on a webpage and save it to your personal vocabulary list with one click.
- Instant Translations: Get instant translations and definitions for captured words.
- Organize Vocabulary: Manage your saved words in customizable lists for better study.
- Progress Tracking: Visualize your learning progress with interactive charts. Track how many words you've learned over time thanks to integration with Chart.js.
- HTML5
- CSS3
- JavaScript
- Chart.js v4.5.0 for data visualization.
Currently, the extension can be manually installed on Chromium-based browsers (Chrome, Edge, Brave, etc.).
- Download or clone this repository:
git clone https://github.com/tu-usuario/LinguaClip-extention.git
- Open your browser and go to the extensions page (
chrome://extensionsoredge://extensions). - Enable Developer mode (usually a toggle in the top-right corner).
- Click the "Load unpacked" button.
- Select the
LinguaClipfolder inside the cloned repository. - Done! The LinguaClip extension should appear in your extensions bar.
- Browse any webpage in the language you're learning.
- Select an unknown word or phrase.
- Right-click and choose "Save with LinguaClip" (or use the extension popup).
- Open the extension by clicking its icon in the toolbar to view your vocabulary lists, translations, and progress.
Contributions are welcome. If you'd like to improve LinguaClip, please follow these steps:
- Fork this repository.
- Create a new branch (
git checkout -b feature/new-feature). - Make your changes and commit them (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature/new-feature). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.

