DnD Initiative Tracker

A simple extension to track the initiative of DnD-Players.

Was ist DnD Initiative Tracker?

DnD Initiative Tracker ist eine Chrome-Erweiterung, die von jann.warnecke entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension to track the initiative of DnD-Players.".

Erweiterungsscreenshots

screenshot

DnD Initiative Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie DnD Initiative Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name DnD Initiative Tracker DnD Initiative Tracker
ID lpcmhmabibgpinbpggnmpinlphbipboe
Offizielle URL https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe
Beschreibung A simple extension to track the initiative of DnD-Players.
Dateigröße 6.9 KB
Installationsanzahl 62
Aktuelle Version 1.0
Letztes Update 2023-05-20
Veröffentlichungsdatum 2023-05-20
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler jann.warnecke
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}