| avm99963 | 03d5409 | 2020-01-18 21:33:16 +0100 | [diff] [blame] | 1 | # Infinite scroll in TW |
| 2 | [](https://chrome.google.com/webstore/detail/infinite-scroll-in-tw/hpgakoecmgibigdbnljgecablpipbajb) |
| 3 | |
| 4 | ## Build extension in order to upload to the Chrome Web Store |
| 5 | To create a zip file with the contents of the extension, which can be uploaded to the Chrome Web Store, run `bash release.bash`. You can also use `bash release.bash -channel=beta` to include a beta label in the extension name and version of the resulting zip file. |
| 6 | |
| 7 | The zip file will be located in the `out` folder. |
| 8 | |
| Alex Ivanov | 4f3df18 | 2020-04-10 09:33:05 +0300 | [diff] [blame^] | 9 | ## Testing notes |
| 10 | |
| 11 | To test translations, you might want to set your browser's locale. This section tells you how to set the locale in [Windows](https://developer.chrome.com/extensions/i18n#testing-win), [Mac OS X](https://developer.chrome.com/extensions/i18n#testing-mac), [Linux](https://developer.chrome.com/extensions/i18n#testing-linux), and [Chrome OS](https://developer.chrome.com/extensions/i18n#testing-chromeos). |