simple-translate/README.md

30 lines
1.6 KiB
Markdown
Raw Normal View History

2019-02-23 18:42:28 +00:00
# <sub><img src="/src/icons/64.png" width=64px height=64px></sub> Simple Translate
2017-11-25 05:04:47 +00:00
2019-02-23 18:42:28 +00:00
#### Quickly translate selected text on web page. In toolbar popup, you can translate input text.
2017-11-25 05:04:47 +00:00
2019-03-01 21:40:00 +00:00
[<img src="https://addons.cdn.mozilla.net/static/img/addons-buttons/AMO-button_1.png" align="left" alt="for Firefox">](https://addons.mozilla.org/firefox/addon/simple-translate/)
[<img src="https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png" alt="for Chrome">](
https://chrome.google.com/webstore/detail/simple-translate/ibplnjkanclpjokhdolnendpplpjiace)
2019-02-23 18:42:28 +00:00
2019-09-06 16:04:49 +00:00
## Backers
Thank you to the awesome **[backers](https://github.com/sienori/simple-translate/blob/master/BACKERS.md)** who supported Simple Translate!
[<img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Became a Patreon">](https://www.patreon.com/sienori)
2019-02-23 18:42:28 +00:00
## Translation
2019-02-24 19:14:25 +00:00
You can contribute by translating Simple Translate on **[Crowdin](https://crowdin.com/project/simple-translate)**.
2019-02-23 18:42:28 +00:00
## Developing
1. Clone the repository `git clone https://github.com/sienori/simple-translate`
2. Run `npm install`
3. Run `npm run watch-dev`
### Load the extension in Chrome
1. Open Chrome browser and navigate to `chrome://extensions`
2. Select "Developer Mode" and then click "Load unpacked extension..."
2019-02-24 19:14:25 +00:00
3. From the file browser, choose to `simple-translate/dev/chrome`
2019-02-23 18:42:28 +00:00
### Load the extension in Firefox
1. Open Firefox browser and navigate to `about:debugging`
2019-02-24 19:14:25 +00:00
2. Click "Load Temporary Add-on" and from the file browser, choose `simple-translate/dev/firefox`