Life Beyond

D&D Beyond Life Domain Cleric Quality of Life Improvements

Τι είναι το Life Beyond;

Το Life Beyond είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον donoftime00, και η κύρια λειτουργία του είναι "D&D Beyond Life Domain Cleric Quality of Life Improvements".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Life Beyond

Λήψη αρχείων επέκτασης Life Beyond σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Life Beyond Life Beyond
ID jipdekfflmepdfmkmaofoegjkfjhjemb
Επίσημο URL https://chrome.google.com/webstore/detail/life-beyond/jipdekfflmepdfmkmaofoegjkfjhjemb
Περιγραφή D&D Beyond Life Domain Cleric Quality of Life Improvements
Μέγεθος Αρχείου 4.93 MB
Αριθμός Εγκαταστάσεων 91
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2019-11-02
Ημερομηνία Δημοσίευσης 2019-11-02
Προγραμματιστής donoftime00
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/donoftime/life-beyond
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/donoftime/life-beyond
Υποστηριζόμενες Γλώσσες 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"
    }
}