This Chrome extension, built using Golang and JavaScript, allows users to instantly get the meaning of words on a webpage by right-clicking on them.
- Right-click any word on a webpage to get its meaning instantly.
- Lightweight and fast.
- Utilizes a backend built with Go for efficient word definitions.
- Clone the repository.
- Build and run the Go server.
- Load the extension in Chrome.
- Right-click on any word on a webpage.
- Select "Get meaning" from the context menu.
- A popup will display the meaning of the word.
- Go
- Node.js (for JS-related development)