-
Notifications
You must be signed in to change notification settings - Fork 11
Channels
The "Translate Selected Text" extension is available in two versions/channels which are available to download from the Chrome Web Store, but what's the difference between the two channels?
It's the default channel. As the name says, it is stable, which means that the extension is tested and is fully functional.
Before passing onto the stable channel, each version first is uploaded to the beta channel so beta testers can use the app, and bugs can be discovered before the version is published to the stable channel. Therefore, if you use this channel, you may come across bugs and you may find the extension unusable at all, although you will be able to test and use the new functions before anybody else.
This section is outdated and will not work. I will update it in the future.
Apart from the stable and beta versions uploaded to the Chrome Web Store, you can always download the source code and load the source code of the extension into Chrome to test the latest of the latest. To do so, follow the following steps:
- Get a local copy of the source code by downloading a .zip archive and extracting it or run this Git command:
git clone https://github.com/avm99963/translateselectedtext.git
- Open the
chrome://extensions
page in Chrome. - Check the Developer Mode checkmark in the upper right corner of the page.
- Click on Load unpacked extension...
- Select the folder where the extension source code is located.
Made with <3 by Adrià Vilanova Martínez (@avm99963)