Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dev-palwar/translate-extension
- Owner: dev-palwar
- Created: 2024-08-18T11:05:34.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T09:29:57.000Z (6 months ago)
- Last Synced: 2024-08-19T11:14:50.156Z (6 months ago)
- Topics: extension, javascript
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.