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

https://github.com/kozii-d/hover-translate

HoverTranslate for YouTube. Translate words in video subtitles instantly! Just hover over a word or phrase to see its translation.
https://github.com/kozii-d/hover-translate

browser-extension chrome chrome-extension manifest-v3 material-ui react translate translator webextension youtube

Last synced: 3 months ago
JSON representation

HoverTranslate for YouTube. Translate words in video subtitles instantly! Just hover over a word or phrase to see its translation.

Awesome Lists containing this project

README

          

# HoverTranslate for YouTube Subtitles

[![Chrome rate](https://img.shields.io/chrome-web-store/rating/jbddomeagbjjdoaehkdffdhifdhnmfic?logo=googlechrome&logoColor=white)](https://chromewebstore.google.com/detail/jbddomeagbjjdoaehkdffdhifdhnmfic)
[![Chrome users](https://img.shields.io/chrome-web-store/users/jbddomeagbjjdoaehkdffdhifdhnmfic?logo=googlechrome&logoColor=white)](https://chromewebstore.google.com/detail/jbddomeagbjjdoaehkdffdhifdhnmfic)

Translate words in video subtitles instantly! Just hover over a word or phrase to see its translation.

Download from
[Chrome Wb Store](https://chromewebstore.google.com/detail/jbddomeagbjjdoaehkdffdhifdhnmfic)|
[Firefox Add-ons](https://addons.mozilla.org/firefox/addon/hovertranslate/) |
[Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/emnbmkhbohfjmbkdipkppnbdlhgnhmhm)

# Preview

### Translate
![Translate](docs/translate.gif)

### Saving the translation to the dictionary
![Save to dictionary](docs/dictionary.gif)

# Features

- Instant Hover Translation: Hover your mouse over a word in the subtitles, and see its translation right away.
- Phrase and Sentence Translation: Select multiple words while holding Shift to translate an entire phrase.
- Supports 130+ Languages: Translate from any language to your native one.
- Auto Language Detection: The extension automatically detects the subtitle language.
- Auto-Pause Video: Videos are automatically paused when you hover over subtitles, so you can focus on the translation.
- Works with Auto-Generated Subtitles: Translate even when subtitles are auto-generated.
- Save Words and Phrases: Like a word or expression? Save it to your dictionary list with a single click.
- Export Dictionary: Export your saved translations from the dictionary in JSON and CSV format.
- Customizable Appearance: The translation tooltip adjusts to match your YouTube subtitle settings, or you can customize it to your preference.

# Change Log
- [Change Log](https://github.com/kozii-d/hover-translate/blob/master/CHANGELOG.md)

# Acknowledgement and References
- [XTranslate](https://github.com/ixrock/XTranslate)
- [MouseTooltipTranslator](https://github.com/ttop32/MouseTooltipTranslator)