Life Beyond

D&D Beyond Life Domain Cleric Quality of Life Improvements

Cos'è Life Beyond?

Life Beyond è un'estensione di Chrome sviluppata da donoftime00, e la sua funzione principale è "D&D Beyond Life Domain Cleric Quality of Life Improvements".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Life Beyond

Scarica i file di estensione Life Beyond in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Life Beyond Life Beyond
ID jipdekfflmepdfmkmaofoegjkfjhjemb
URL Ufficiale https://chrome.google.com/webstore/detail/life-beyond/jipdekfflmepdfmkmaofoegjkfjhjemb
Descrizione D&D Beyond Life Domain Cleric Quality of Life Improvements
Dimensione del File 4.93 MB
Conteggio Installazioni 91
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-11-02
Data di Pubblicazione 2019-11-02
Sviluppatore donoftime00
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/donoftime/life-beyond
URL della Pagina di Aiuto https://github.com/donoftime/life-beyond
Lingue Supportate 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"
    }
}