Skip to content

Latest commit

 

History

History
157 lines (131 loc) · 7.17 KB

README.md

File metadata and controls

157 lines (131 loc) · 7.17 KB

MouseTooltipTranslator

Chrome users Chrome rate

Mouseover Translate Any Language At Once - Chrome Extension

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 right 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
michael-nhat
Hoang Van Nhat
netanel123123
Null

Change Log

Language locale

How to use

Build yourself to install

  1. Install node js, https://nodejs.org/en/ , node 18
  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

Acknowledgement and References