Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.14 KB

Etymology Extension

This repository contains the code for the browser extension as well as the RESTful API. This extension is used to find the etymology of a word anywhere on the internet in an instant.

Demonstration

  1. Highlight: Select any word you encounter.
Screenshot 2024-06-23 at 10 42 09 AM
  1. Discover: View the word’s etymology in a scrollable popup.
Screenshot 2024-06-23 at 10 42 28 AM
  1. Dismiss: Close the popup when finished.
Screenshot 2024-06-23 at 10 49 08 AM

Getting Started

  1. Clone the repository using git clone https://github.com/nzajk/etymology-extension.git.
  2. Run the command python server/app.py or python3 server/app.py depending on your python version.
  3. Add the extension to chrome://extensions/ and enjoy!