Skip to content

A simple and easy to use Chrome extension for translating text to Chinese

License

Notifications You must be signed in to change notification settings

inori1707/inori-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inori Translator

A simple and easy to use Chrome extension for translating text to Chinese

Features

  • Double click to auto select and translate
  • Select words to translate

Install

  1. Use git clone to download this project
  2. Apply for an appid in Baidu Translate API
  3. Fill in your appid and key in srcipt/background.js
function doQuery(query, sendResponse) {
    const appid = 'your appid here'
    const key = 'your key here'    
    //...
}
  1. Go to chrome://extensions/ and check the checkbox for Developer mode in the top right
  2. Click the Load unpacked extension button and select the inori-translator folder to install the extension

TODO

  • Setting page for filling in appid and key

License

MIT

About

A simple and easy to use Chrome extension for translating text to Chinese

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published