Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemave/translate_onhover
Browser translation extension
https://github.com/artemave/translate_onhover
extension-chrome firefox-extension
Last synced: 1 day 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 (2 months ago)
- Last Synced: 2025-01-13T11:05:08.347Z (9 days ago)
- Topics: extension-chrome, firefox-extension
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/aggiiclaiamajehmlfpkjmlbadmkledi
- Size: 1.27 MB
- Stars: 206
- Watchers: 11
- Forks: 61
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[![Chrome Web Store](https://img.shields.io/chrome-web-store/rating/aggiiclaiamajehmlfpkjmlbadmkledi.svg)]() [![License](http://img.shields.io/:license-mit-blue.svg)](http://artemave.mit-license.org) [![Test endpoints](https://github.com/artemave/translate_onhover/actions/workflows/test_endpoints.yml/badge.svg)](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.