DnD Initiative Tracker
A simple extension to track the initiative of DnD-Players.
Vad är DnD Initiative Tracker?
DnD Initiative Tracker är en Chrome-tillägg utvecklad av jann.warnecke, och dess huvudfunktion är "A simple extension to track the initiative of DnD-Players.".
Tilläggsskärmbilder
Ladda ner DnD Initiative Tracker-förlängningens CRX-fil
Ladda ner DnD Initiative Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | DnD Initiative Tracker |
ID | lpcmhmabibgpinbpggnmpinlphbipboe |
Officiell webbadress | https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe |
Beskrivning | A simple extension to track the initiative of DnD-Players. |
Filstorlek | 6.9 KB |
Antal Installationer | 62 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-05-20 |
Publiceringsdatum | 2023-05-20 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | jann.warnecke |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |