Life Beyond

D&D Beyond Life Domain Cleric Quality of Life Improvements

Was ist Life Beyond?

Life Beyond ist eine Chrome-Erweiterung, die von donoftime00 entwickelt wurde, und ihr Hauptmerkmal ist "D&D Beyond Life Domain Cleric Quality of Life Improvements".

Erweiterungsscreenshots

screenshot

Life Beyond-Erweiterungs-CRX-Datei herunterladen

Laden Sie Life Beyond-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a simple chrome extension which adds hints to your spell book to remind you about how the Life Domain class features
work. Specifically, it calculates the bonuses for _Disciple of Life_ and _Blessed Healer_ then gives a short explanation next to the heal summary for every healing spell.

This will certainly be done better when this ticket is implemented:
https://dndbeyond.zendesk.com/hc/en-us/community/posts/360023760673-Life-Domain-Cleric-Healing-Spell-Mods

In the meantime, this chrome extension will hopefully fill the gap.                    

Grundlegende Informationen zur Erweiterung

Name Life Beyond Life Beyond
ID jipdekfflmepdfmkmaofoegjkfjhjemb
Offizielle URL https://chrome.google.com/webstore/detail/life-beyond/jipdekfflmepdfmkmaofoegjkfjhjemb
Beschreibung D&D Beyond Life Domain Cleric Quality of Life Improvements
Dateigröße 4.93 MB
Installationsanzahl 91
Aktuelle Version 1.0.1
Letztes Update 2019-11-02
Veröffentlichungsdatum 2019-11-02
Entwickler donoftime00
Zahlungsart free
Erweiterungswebsite https://github.com/donoftime/life-beyond
Hilfeseite URL https://github.com/donoftime/life-beyond
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Life Beyond",
    "version": "1.0.1",
    "description": "D&D Beyond Life Domain Cleric Quality of Life Improvements",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/*"
            ],
            "js": [
                "life.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/life16.png",
        "32": "images\/life32.png",
        "48": "images\/life48.png",
        "128": "images\/life128.png"
    }
}