DnD Initiative Tracker

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

Cos'è DnD Initiative Tracker?

DnD Initiative Tracker è un'estensione di Chrome sviluppata da jann.warnecke, e la sua funzione principale è "A simple extension to track the initiative of DnD-Players.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DnD Initiative Tracker

Scarica i file di estensione DnD Initiative Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome DnD Initiative Tracker DnD Initiative Tracker
ID lpcmhmabibgpinbpggnmpinlphbipboe
URL Ufficiale https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe
Descrizione A simple extension to track the initiative of DnD-Players.
Dimensione del File 6.9 KB
Conteggio Installazioni 62
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-20
Data di Pubblicazione 2023-05-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore jann.warnecke
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}