Browser extension that allows users to translate selected text on any webpage. When a user selects text, a Translate button appears next to the selection, allowing for quick and easy translation into the user's preferred language.
- Translate selected text on any webpage
- Supports multiple target languages
- Stores the user's preferred target language for convenience.
- Easy access through a right-click context menu or shortcut button near the selection
- Javascript
- HTML
- CSS
- Dedicated backend server to handle translations Translate Server
- localStorage
- Download and Install the extension from Chrome Web Store
- Select any text on a webpage.
- Click the "Translate" button that appears next to the selected text or use right-click operation.
- The translated text will be displayed in a popup box above the selection.
- Clone this repository
- Make any changes you want
- Open your favorite browser and navigate to
chrome://extensions/
- Enable developer mode
- "Load unpacked" and select the root directory of the cloned extension.
- Every time you make a change just "refresh" the extension in chrome://extensions/ and the page where you want to use the extension