Skip to content

deichcode/chisv-helper

Repository files navigation

chisv-helper

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.

Installation instructions

Firefox 🦊

  1. Drag and Drop .xpi file (from the latest release) into browser or maybe also double click could work

Chrome 🐙

Via Chrome Web Store

Download it from the Chrome Web Store

Install Manually

  1. Extract chrome-vX.X.X.zip file (from the latest release)
  2. Open Extensions page in Chrome (Click the puzzle icon in the top right and then select Manage Extensions in the drop-down) extensions-chrome
  3. Enable Developer Mode in the upper right
  • grafik
  1. Click ‘Load unpacked’
  2. Select the previously extracted folder (not one of the files inside the folder but the whole folder)

Release instructions

Preperations

  1. Update the version in the manifest.json according to semantic versioning.

Firefox 🦊

  1. If not already done install the web-ext command line tool.
  2. 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.
  3. Make a test run by execute web-ext run at the project's root level.
  4. Run web-ext sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET id=$WEB_EXT_ID at the project's root level to create a signed package. Replace $AMO_JWT_ISSUER and $AMO_JWT_SECRET with the Mozilla Api-Key values. Furthermore, replace $WEB_EXT_ID by the plugins UUID (with curly-brackets).
  5. Upload the resulting file to a new release in GitHub
  6. Enter the location of the new version into the update.json file
  7. Commit and push the update.json file

Chrome 🐙

  1. Create a zip file that contains all repositories content. The root level of the zip file must mirror the root level of the repository.
  2. Upload the zip to the Chrome Web Store Developer Console

About

Adds some useful features to the chisv tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published