DnD Initiative Tracker
A simple extension to track the initiative of DnD-Players.
Co je DnD Initiative Tracker?
DnD Initiative Tracker je rozšíření Chrome vyvinuté jann.warnecke, a jeho hlavní funkcí je „A simple extension to track the initiative of DnD-Players.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DnD Initiative Tracker
Stáhněte si soubory rozšíření DnD Initiative Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | DnD Initiative Tracker |
ID | lpcmhmabibgpinbpggnmpinlphbipboe |
Oficiální URL | https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe |
Popis | A simple extension to track the initiative of DnD-Players. |
Velikost souboru | 6.9 KB |
Počet instalací | 62 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-05-20 |
Datum Vydání | 2023-05-20 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | jann.warnecke |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |