Skip to content

fzabbas/live-translate-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A live translation chrome extension built using Google Translate API and React.

To clone the repo in your local device:

$ git clone git@github.com:fzabbas/live-translate-extension.git

To be able to use the Google Translate API, you will need to get an API key.

NOTE: To get an API key, sign in into Google API Console.

Follow the guide to get detailed instructions.

Once you have your API key, create a .env file in the local repo and make a variable that stores your API key.

$ REACT_APP_API_KEY= <your_API_KEY>

To install the app, run the command:

$ npm install
$ npm run build

This will create a build folder in your local copy of the repo. Open a Google Chrome window and go to :

chrome://extensions/

Toggle to Developer Mode and click on the load unpacked button, then select the /build folder that was just created.

chrome extenssions

Now you will see the Live Transalte Extensions in your list of extensions, toggle it on to use it!

Features:

  1. Light and Dark mode
  2. Highlight text on current tab to translate
  3. Type text in the text box to translate to given language.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •