https://github.com/faruktoptas/ytranslate-chrome-extension
A Chrome extension that translates selected text with Yandex Translate Api
https://github.com/faruktoptas/ytranslate-chrome-extension
Last synced: about 2 months ago
JSON representation
A Chrome extension that translates selected text with Yandex Translate Api
- Host: GitHub
- URL: https://github.com/faruktoptas/ytranslate-chrome-extension
- Owner: faruktoptas
- License: apache-2.0
- Created: 2016-11-17T13:20:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T22:13:50.000Z (about 6 years ago)
- Last Synced: 2025-01-13T19:39:21.189Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ytranslate-chrome-extension
A Chrome extension that translates selected text.## Install
* Clone or download this repo
* Go to [Chrome Extensions](chrome://extensions/) and enable Developer Mode
* Load unpacked -> select the source folder
* [Get a free Yandex Translate API Key](https://translate.yandex.com/developers/keys)
* Go to extension options, paste the API Key then save## Usage
Choose text while pressing 'Alt' then selected text will be translated.
## Options

## License
[Apache 2](https://github.com/faruktoptas/ytranslate-chrome-extension/blob/master/LICENSE)