• Stars
    star
    121
  • Rank 293,924 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

chrome extension - When mouse hover on text, it shows translated tooltip using google translate

MouseTooltipTranslator

Chrome users Chrome rate

Chrome extension for mouseover translation - Mouse over to translate using google translate When mouse hover on text, it shows translated tooltip in any desired language.

download from chrome web store and Edge Extension store

chrome web store microsoft store softpedia

Result

Alt Text result result result result result result

Features

  • Hover or select (highlight) on text to translate
  • Use left ctrl to Listen pronunciation with google TTS (text to speech)
  • Use left alt to translate writing text in input box (or highlighted text)
  • Google translator and bing translator are used for translation
  • Support pdf to display translated tooltip using PDF.js
  • Support dual subtitles for youtube video
  • Process OCR when hold left shift and mouse over on image (ex manga)

Contributors

ttop32
Daniel K
ardasatata
Arda Satata Fitriajie
neoOpus
Anoir Ben Tanfous
Blueberryy
Null

Change Log

Language locale

Build yourself to install

  1. Install node js, https://nodejs.org/en/
  2. open terminal and type below
git clone https://github.com/ttop32/MouseTooltipTranslator.git
cd MouseTooltipTranslator
npm install 
npm run build        // or 'npm run watch' for developing
  1. You will see MouseTooltipTranslator/build path
  2. Open chrome browser and goto chrome://extensions/
  3. Turn on top right corner developer mode
  4. Open the folder (MouseTooltipTranslator/build) as unpacked extension folder

OCR

Privacy policy

  • Mouse tooltip translator uses user data only for google translation(tts) purpose.
  • It does not share any user data with any other third parties.

Acknowledgement and References