| avm99963 | 43985f5 | 2016-09-17 17:40:34 +0200 | [diff] [blame] | 1 | # translateselectedtext |
| 2 | The source code of the Chrome "Translate Selected Text" extension. |
| 3 | |
| avm99963 | 5951a2c | 2016-09-17 18:02:05 +0200 | [diff] [blame] | 4 | ## Do you want to help to translate this extension's UI? |
| avm99963 | ce257a9 | 2020-12-27 00:07:13 +0100 | [diff] [blame] | 5 | If you want to help bring this extension into your native language, you can, and |
| 6 | I would really appreciate it! Just go to the following website and start |
| 7 | translating :) |
| avm99963 | 43985f5 | 2016-09-17 17:40:34 +0200 | [diff] [blame] | 8 | |
| avm99963 | 5951a2c | 2016-09-17 18:02:05 +0200 | [diff] [blame] | 9 | * [Translate Selected Text - Crowdin](https://crowdin.com/project/translateselectedtext) |
| 10 | |
| 11 | [](https://crowdin.com/project/translateselectedtext) |
| avm99963 | 43985f5 | 2016-09-17 17:40:34 +0200 | [diff] [blame] | 12 | |
| avm99963 | 1e9acd2 | 2021-01-16 16:14:34 +0100 | [diff] [blame] | 13 | ## Bugs |
| 14 | Please, report any bugs or feature sugestions at GitHub: |
| 15 | [https://github.com/avm99963/translateselectedtext/issues](https://github.com/avm99963/translateselectedtext/issues) |
| 16 | |
| 17 | ## Beta version |
| 18 | As this extension has so many users, I've decided to upload a Beta version of |
| 19 | the extension to the Chrome Web Store so I can test it before uploading any |
| 20 | update to the stable version! This way I can make sure that the stable version |
| 21 | of the extension is 100% bug-free. |
| 22 | |
| 23 | If you want to test the bleeding edge of this extension before everybody else, |
| 24 | join the Google Group and download the extension (there may be bugs, you've been |
| 25 | warned): |
| 26 | |
| 27 | - [Google Group](https://groups.google.com/g/gtranslator-beta) |
| 28 | - [Translate Selected Text (Beta)](https://chrome.google.com/webstore/detail/translate-selected-text-b/pckjhlclhnnhdadoockkhgfkceeljnkg) |
| 29 | |
| avm99963 | 43985f5 | 2016-09-17 17:40:34 +0200 | [diff] [blame] | 30 | ## Special thanks |
| 31 | Special thanks to: |
| avm99963 | ce257a9 | 2020-12-27 00:07:13 +0100 | [diff] [blame] | 32 | * All the users who use the extension every day and who trust the model of |
| 33 | developing simple extensions which do not request any privacy-breaking |
| 34 | permissions. |
| avm99963 | 1e9acd2 | 2021-01-16 16:14:34 +0100 | [diff] [blame] | 35 | * All the users who [have contributed translations](https://crowdin.com/project/translateselectedtext/activity_stream). You rock! |
| 36 | * BrowserStack for allowing me to use their awesome services in order to test |
| 37 | the extension in multiple versions of Chrome and in different operating systems. |
| avm99963 | f01af0e | 2020-12-26 23:11:10 +0100 | [diff] [blame] | 38 | |
| avm99963 | 978bfb9 | 2020-12-28 18:04:34 +0100 | [diff] [blame] | 39 | ## More documents |
| avm99963 | f01af0e | 2020-12-26 23:11:10 +0100 | [diff] [blame] | 40 | * [For developers working on the extension](docs/development.md) |