Life Beyond
D&D Beyond Life Domain Cleric Quality of Life Improvements
Life Beyondคืออะไร?
Life Beyond เป็นส่วนขยายของ Chrome ที่พัฒนาโดย donoftime00 และคุณลักษณะหลักของมันคือ "D&D Beyond Life Domain Cleric Quality of Life Improvements"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Life Beyond
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |