Go to the chrome web store listing here: https://chrome.google.com/webstore/detail/monster-health/gnodjanmafjgplabalghfobflnojbcoa
-
Copycat interface for damage and healing that character sheets have
-
Automatically reads the Hit Points field on the monster sheet to populate the current and max health
-
Allows for multiple health bars for tracking multiple monsters of the same type
-
All health bars data is stored in
localStoragebrowser data, so health bars are preserved on tab close -
Input sanitization, to ensure only integers values are used
- Navigate to
chrome://extensionsin your browser
- Enable the Developer mode option in the top-right
- Press the Load unpacked button in the top-left and select the
monster-healthdirectory in your clone of this repository
- The extension should now show up in your list of installed extensions, view a monster sheet to see the extension in action!
run this command to generate a .zip file
zip -jr monster-health.zip monster-health
upload the .zip file to the chrome developer console



