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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | jipdekfflmepdfmkmaofoegjkfjhjemb |
官方網址 | 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" } } |