DnD Initiative Tracker

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

Co to jest DnD Initiative Tracker?

DnD Initiative Tracker to rozszerzenie Chrome opracowane przez jann.warnecke, a jego główną funkcją jest „A simple extension to track the initiative of DnD-Players.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DnD Initiative Tracker

Pobierz pliki rozszerzeń DnD Initiative Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa DnD Initiative Tracker DnD Initiative Tracker
ID lpcmhmabibgpinbpggnmpinlphbipboe
Oficjalny URL https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe
Opis A simple extension to track the initiative of DnD-Players.
Rozmiar pliku 6.9 KB
Liczba instalacji 62
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-05-20
Data Publikacji 2023-05-20
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper jann.warnecke
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}