Skip to content

mercuryZ/PopTranslate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A chrome extension that instantly pop translation by selecting text without any other click, no extra clicks needed, Making translation more intuitive and efficient.

There are three main features

  • Pop translation immediately after selecting text, don't need to click the icon like other translation extension.
  • Pop a frame in top right corner of current window to show the translation, which don't cover the contents you are browsing
  • Show dictionary content for single word, which is suitable for new language learner. This feature is turned off by default.
PopTranslate-demo.mov

Install

Install Link: https://chromewebstore.google.com/detail/poptranslate/moejenjdfpgijcnbddoeokjflkfighla

Realization

The translation function is from Google api.

Dictionary is from Free Dictionary API, Thanks a lot.

Any suggestions and feedback are welcome.

verison

1.0: first verison

1.1: add target language translate when dictionary open

TODO

  • Add block option for specific website or domain, like github.
  • Optimize request order: for work, it's not necessary to request google api
  • More languages support for dictionary: English is only language to support temporary.
  • Fix bugs: This is not a mature product, it need more time to find bug and fix them.

Thanks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.6%
  • HTML 22.4%