Life Beyond

D&D Beyond Life Domain Cleric Quality of Life Improvements

Life Beyond क्या है?

Life Beyond donoftime00 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "D&D Beyond Life Domain Cleric Quality of Life Improvements"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Life Beyond एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}