DnD Initiative Tracker

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

Qu'est-ce que DnD Initiative Tracker ?

DnD Initiative Tracker est une extension Chrome développée par jann.warnecke, et sa fonction principale est "A simple extension to track the initiative of DnD-Players.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DnD Initiative Tracker

Téléchargez les fichiers d'extension DnD Initiative Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom DnD Initiative Tracker DnD Initiative Tracker
ID lpcmhmabibgpinbpggnmpinlphbipboe
URL Officiel https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe
Description A simple extension to track the initiative of DnD-Players.
Taille du Fichier 6.9 KB
Nombre d'Installations 62
Version Actuelle 1.0
Dernière Mise à Jour 2023-05-20
Date de Publication 2023-05-20
Évaluation 5.00/5 Total 3 Évaluations
Développeur jann.warnecke
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}