WordSense is a Chrome extension designed to improve your reading experience by allowing you to quickly look up the definition and pronunciation of words directly from any webpage. With this extension, you can easily understand unfamiliar words without needing to leave the page or search for a definition manually.
Instant Definitions
Quickly select any word on a webpage and get its definition in a tooltip, without leaving the page.
Pronunciations
Listen to the pronunciation of selected words with just a click.
Enable/Disable Toggle
Easily enable or disable the extension via a popup interface.
Dark Mode Support
The tooltip adapts to the webpage’s theme (dark or light), providing a seamless user experience.
background.js
: Manages context menus and handles message passing.content.js
: Handles text selection, fetches word meanings and pronunciations, and displays tooltips.manifest.json
: Configures the Chrome extension.popup.html
: Provides the toggle interface to enable/disable the extension.popup.js
: Manages the toggle state and updates the popup UI.styles.css
: Custom styles for the extension (currently empty for now).icon128.png
, power_on.png
, and power_off.png
.