DnD Initiative Tracker
A simple extension to track the initiative of DnD-Players.
What is DnD Initiative Tracker?
DnD Initiative Tracker is a Chrome extension developed by jann.warnecke, and its main feature is "A simple extension to track the initiative of DnD-Players.".
Extension Screenshots
Download DnD Initiative Tracker Extension CRX File
Download DnD Initiative Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | DnD Initiative Tracker |
ID | lpcmhmabibgpinbpggnmpinlphbipboe |
Official URL | https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe |
Description | A simple extension to track the initiative of DnD-Players. |
File Size | 6.9 KB |
Installation Count | 62 |
Current Version | 1.0 |
Last Updated | 2023-05-20 |
Publish Date | 2023-05-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | jann.warnecke |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |