blob: 02297f1fd516cff019c3a2b4be88f019d4b52965 [file] [log] [blame] [view]
avm9996343985f52016-09-17 17:40:34 +02001# translateselectedtext
2The source code of the Chrome "Translate Selected Text" extension.
3
avm999635951a2c2016-09-17 18:02:05 +02004## Do you want to help to translate this extension's UI?
avm99963ce257a92020-12-27 00:07:13 +01005If you want to help bring this extension into your native language, you can, and
6I would really appreciate it! Just go to the following website and start
7translating :)
avm9996343985f52016-09-17 17:40:34 +02008
avm999635951a2c2016-09-17 18:02:05 +02009* [Translate Selected Text - Crowdin](https://crowdin.com/project/translateselectedtext)
10
11[![Crowdin](https://d322cqt584bo4o.cloudfront.net/translateselectedtext/localized.svg)](https://crowdin.com/project/translateselectedtext)
avm9996343985f52016-09-17 17:40:34 +020012
avm999631e9acd22021-01-16 16:14:34 +010013## Bugs
14Please, 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
18As this extension has so many users, I've decided to upload a Beta version of
19the extension to the Chrome Web Store so I can test it before uploading any
20update to the stable version! This way I can make sure that the stable version
21of the extension is 100% bug-free.
22
23If you want to test the bleeding edge of this extension before everybody else,
24join the Google Group and download the extension (there may be bugs, you've been
25warned):
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
avm9996343985f52016-09-17 17:40:34 +020030## Special thanks
31Special thanks to:
avm99963ce257a92020-12-27 00:07:13 +010032* All the users who use the extension every day and who trust the model of
33developing simple extensions which do not request any privacy-breaking
34permissions.
avm999631e9acd22021-01-16 16:14:34 +010035* 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
37the extension in multiple versions of Chrome and in different operating systems.
avm99963f01af0e2020-12-26 23:11:10 +010038
avm99963978bfb92020-12-28 18:04:34 +010039## More documents
avm99963f01af0e2020-12-26 23:11:10 +010040* [For developers working on the extension](docs/development.md)