Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev-palwar/translate-extension

An extension that provides meaning of selected text on a web page
https://github.com/dev-palwar/translate-extension

extension javascript

Last synced: 5 days ago
JSON representation

An extension that provides meaning of selected text on a web page

Awesome Lists containing this project

README

        

Right now it only functions on certain websites because of Content Security Policies (CSP) implemented by some sites.

### Demo

https://github.com/user-attachments/assets/351a913b-c87b-4f5d-afc8-abbbf8d946d5

## Installation
- Clone the repo
- Open your browser and navigate to chrome://extensions/ (for Chrome) or edge://extensions/ (for Edge).
- Enable "Developer mode."
- Click "Load unpacked" and select the directory where you cloned the repository.
- The extension should now be installed.

### In case the above instructions don't work, try this -
- Open the cloned repo in your code editor
- Run ```npx web-ext build```
this will create a zip file. Now, move that zip file anywhere you want and install the extension by following [#Installation](#Installation) steps.