DnD Initiative Tracker

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

¿Qué es DnD Initiative Tracker?

DnD Initiative Tracker es una extensión de Chrome desarrollada por jann.warnecke, y su función principal es "A simple extension to track the initiative of DnD-Players.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión DnD Initiative Tracker

Descarga archivos de extensión DnD Initiative Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre DnD Initiative Tracker DnD Initiative Tracker
ID lpcmhmabibgpinbpggnmpinlphbipboe
URL Oficial https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe
Descripción A simple extension to track the initiative of DnD-Players.
Tamaño del Archivo 6.9 KB
Cantidad de Instalaciones 62
Versión Actual 1.0
Última Actualización 2023-05-20
Fecha de Publicación 2023-05-20
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador jann.warnecke
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}