blob: e358f091f27d4dcdc9843a7617889821caa818da [file] [log] [blame] [view]
avm9996303d54092020-01-18 21:33:16 +01001# Infinite scroll in TW
2[![Available in the Chrome Web Store](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/infinite-scroll-in-tw/hpgakoecmgibigdbnljgecablpipbajb)
3
4## Build extension in order to upload to the Chrome Web Store
5To 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
7The zip file will be located in the `out` folder.
8
Alex Ivanov4f3df182020-04-10 09:33:05 +03009## Testing notes
10
11To 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).