Adds time conversion to your local time zone to chisv. Of course, errors may still occur and I take no responsiblity if an error led to an inintended bidding. Please always double check the times.
- Drag and Drop .xpi file (from the latest release) into browser or maybe also double click could work
Download it from the Chrome Web Store
- Extract chrome-vX.X.X.zip file (from the latest release)
- Open Extensions page in Chrome (Click the puzzle icon in the top right and then select Manage Extensions in the drop-down)

- Enable Developer Mode in the upper right
- Click ‘Load unpacked’
- Select the previously extracted folder (not one of the files inside the folder but the whole folder)
- Update the version in the manifest.json according to semantic versioning.
- If not already done install the web-ext command line tool.
- Set the value of "manifest_version" in manifest.json to 2, to maintain be compatible to Firefox (discard the change before checking in the code.
- Make a test run by execute
web-ext runat the project's root level. - Run
web-ext sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET id=$WEB_EXT_IDat the project's root level to create a signed package. Replace$AMO_JWT_ISSUERand$AMO_JWT_SECRETwith the Mozilla Api-Key values. Furthermore, replace$WEB_EXT_IDby the plugins UUID (with curly-brackets). - Upload the resulting file to a new release in GitHub
- Enter the location of the new version into the
update.jsonfile - Commit and push the
update.jsonfile
- Create a zip file that contains all repositories content. The root level of the zip file must mirror the root level of the repository.
- Upload the zip to the Chrome Web Store Developer Console
