DnD Initiative Tracker
A simple extension to track the initiative of DnD-Players.
DnD Initiative Trackerคืออะไร?
DnD Initiative Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jann.warnecke และคุณลักษณะหลักของมันคือ "A simple extension to track the initiative of DnD-Players."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DnD Initiative Tracker
ดาวน์โหลดไฟล์ส่วนขยาย DnD Initiative Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Add-on tracks the initiative of DnD-Players. You can add all friends and enemies with their respective initiative to the list and always click "next" in order to skip through the players. This way you will never be confused about who's turn it is! The initiative list is also saved in case you should close the browser and should decide to continue an other day. I would highly appreciate feedback!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DnD Initiative Tracker |
ID | lpcmhmabibgpinbpggnmpinlphbipboe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe |
คำอธิบาย | A simple extension to track the initiative of DnD-Players. |
ขนาดไฟล์ | 6.9 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-05-20 |
วันที่เผยแพร่ | 2023-05-20 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | jann.warnecke |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DnD Initiative Tracker", "version": "1.0", "description": "A simple extension to track the initiative of DnD-Players.", "permissions": [ "storage" ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |