https://github.com/maxmelcher/edgetranslate
https://github.com/maxmelcher/edgetranslate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmelcher/edgetranslate
- Owner: MaxMelcher
- License: mit
- Created: 2021-11-09T13:42:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T13:54:15.000Z (over 4 years ago)
- Last Synced: 2025-01-17T07:09:55.072Z (over 1 year ago)
- Language: JavaScript
- Size: 329 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# Edge Extension to translate Text with Azure Translate
1. Download everything
2. Install the Extension
2. 1. Navigate in Edge to [edge://extensions/](edge://extensions/)
2. 2. Enable Developer Mode (bottom left)
2. 3. Click 'Load unpacked extension' and point to the folder with the extension code
3. Select text and right click. Then select "Azure Translate".
# Picture

# Features
* Translation of selected text from English to German with a dedicated Azure Translate service
# Limitations
* Hard-coded Azure Translate API key (limit of 2 Mio characters per month)
* Format of the translated text is removed (e.g styling, pictures, etc.)