A Chrome extension that provides instant word definitions when you double-click any word on a webpage.
npm install
Build the extension for production:
npm run build
This will create a build/ directory with all the extension files ready to load into Chrome.
npm run buildchrome://extensions/build/ directoryβββ src/
β βββ background/ # Background service worker
β βββ content/ # Content script (runs on web pages)
β βββ assets/ # Images and static assets
βββ public/ # Static files copied to build
β βββ index.html # Extension popup HTML
β βββ popup.js # Popup functionality
β βββ popup.css # Popup styles
β βββ manifest.json # Extension manifest
βββ build.js # Build script using esbuild
βββ package.json
Contributions are welcome! Please feel free to submit a Pull Request.
See LICENSE file for details.