https://github.com/artemave/translate_onhover
Browser translation extension
https://github.com/artemave/translate_onhover
extension-chrome firefox-extension
Last synced: about 1 month ago
JSON representation
Browser translation extension
- Host: GitHub
- URL: https://github.com/artemave/translate_onhover
- Owner: artemave
- Created: 2010-10-02T18:00:18.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T20:40:08.000Z (6 months ago)
- Last Synced: 2025-04-03T18:14:28.414Z (about 1 month ago)
- Topics: extension-chrome, firefox-extension
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/aggiiclaiamajehmlfpkjmlbadmkledi
- Size: 1.27 MB
- Stars: 208
- Watchers: 11
- Forks: 59
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[]() [](http://artemave.mit-license.org) [](https://github.com/artemave/translate_onhover/actions/workflows/test_endpoints.yml)
Simply the best Google Chrome translation extension - https://chrome.google.com/webstore/detail/aggiiclaiamajehmlfpkjmlbadmkledi
Firefox version: https://addons.mozilla.org/firefox/addon/transover-ff/
Edge version: https://microsoftedge.microsoft.com/addons/detail/transover/jocggnbbgpaaphngnlccmhgbjffgnjda
### 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):
```bash
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.