Skip to content

santosoj/translate_onhover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Web Store License

Simply the best Google Chrome translation extension - https://chrome.google.com/webstore/detail/aggiiclaiamajehmlfpkjmlbadmkledi

Now on Firefox too: https://addons.mozilla.org/firefox/addon/transover-ff/

Run local version

You'll need a terminal and NodeJs. Then clone/download this repository.

In the project directory, install dependencies (run this in a terminal):

npm install -g yarn
yarn install

Then build:

TRACKING_ID=1234 yarn build

Where TRACKING_ID is some Google Analitycs tracking id.

Now you can "Load unpacked" the ./dist folder.

Development

In addition to the above, there is yarn dev. For as long as it is running, dist will stay updated with code changes.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.6%
  • HTML 20.3%
  • Shell 2.1%