DnD Initiative Tracker

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

Что такое DnD Initiative Tracker?

DnD Initiative Tracker - это расширение Chrome, разработанное jann.warnecke, и его основная функция - "A simple extension to track the initiative of DnD-Players.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения DnD Initiative Tracker

Скачайте файлы расширений DnD Initiative Tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название DnD Initiative Tracker DnD Initiative Tracker
ID lpcmhmabibgpinbpggnmpinlphbipboe
Официальный URL https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe
Описание A simple extension to track the initiative of DnD-Players.
Размер файла 6.9 KB
Количество установок 62
Текущая Версия 1.0
Последнее Обновление 2023-05-20
Дата публикации 2023-05-20
Рейтинг 5.00/5 Всего 3 оценок
Разработчик jann.warnecke
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}