Life Beyond

D&D Beyond Life Domain Cleric Quality of Life Improvements

Life Beyond là gì?

Life Beyond là một tiện ích mở rộng Chrome được phát triển bởi donoftime00, và tính năng chính của nó là "D&D Beyond Life Domain Cleric Quality of Life Improvements".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Life Beyond

Tải xuống các tệp mở rộng Life Beyond dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Life Beyond Life Beyond
ID jipdekfflmepdfmkmaofoegjkfjhjemb
URL Chính Thức https://chrome.google.com/webstore/detail/life-beyond/jipdekfflmepdfmkmaofoegjkfjhjemb
Mô tả D&D Beyond Life Domain Cleric Quality of Life Improvements
Kích Thước Tệp 4.93 MB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-11-02
Ngày Phát Hành 2019-11-02
Nhà Phát Triển donoftime00
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/donoftime/life-beyond
URL Trang Trợ Giúp https://github.com/donoftime/life-beyond
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}