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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}