Life Beyond

D&D Beyond Life Domain Cleric Quality of Life Improvements

Life Beyondとは何ですか?

Life Beyondはdonoftime00によって開発されたChromeの拡張機能で、その主な機能は「D&D Beyond Life Domain Cleric Quality of Life Improvements」です。

拡張機能のスクリーンショット

screenshot

Life Beyond拡張機能のCRXファイルをダウンロード

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