Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
emfmesquita committed Nov 29, 2017
2 parents 8f5f02a + 278a650 commit 1db4cd8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# beyondhelp
Chrome extension with helpers to https://www.dndbeyond.com/.

The first helper (and current only one implemented) is a monster HP tracker. Ideal for DMs that use a laptop on their table but not a virtual tabletop.

Realeased version on [Chrome Web Store](https://chrome.google.com/webstore/detail/beyond-help/aojmegjchfjmkgmihimpplblfalnpdop?hl=en).

### Setup for Developers
## Setup for Developers

With Node.js installed, from the base directory of this repository:
```bash
Expand All @@ -17,8 +15,9 @@ npm run build
```
After the build task just open a chrome window and go to `chrome://extensions/` from address bar, check the `Developer mode` on the top right. Finally click on `Load unpacked extension...` and select the `build` folder generated from the build task.

### Current features
## Current features

### Monster Hp Tracker
- To add all monsters from unlocked content and homebrew from dndbeyond.com. From monsters listing, monster details page, homebrew monster listing, homebrew collection and homebrew creations;
- The monsters can be added with average HP or calculated one;
- Creation of independent encounters. This allows to prepare the encounters before hand and quickly swap from one to another;
Expand All @@ -27,7 +26,13 @@ After the build task just open a chrome window and go to `chrome://extensions/`
- Local offline usage of all encounters already created;
- All changes are auto saved and synchronized to google account and accessible from all chromes the account is logged in (unfortunately no support for chrome extensions on mobile).

### Some screenshots
### Better Printing Layout
- Enables a better layout when printing the detail page of monsters, feats, spells, magic items and backgrounds.

### Character Page Favicon
- Changes the favicon of character page and character builder page to the character avatar.

## Some screenshots

![Add From Monster Listing](http://i.imgur.com/pU5WvoG.png)
![Add From Monsters Detail Page](http://i.imgur.com/c9usntG.png)
Expand Down

0 comments on commit 1db4cd8

Please sign in to comment.