DnD Initiative Tracker
A simple extension to track the initiative of DnD-Players.
O que é DnD Initiative Tracker?
DnD Initiative Tracker é uma extensão do Chrome desenvolvida por jann.warnecke, e sua principal característica é "A simple extension to track the initiative of DnD-Players.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DnD Initiative Tracker
Baixe arquivos de extensão DnD Initiative Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | DnD Initiative Tracker |
ID | lpcmhmabibgpinbpggnmpinlphbipboe |
URL Oficial | https://chromewebstore.google.com/detail/dnd-initiative-tracker/lpcmhmabibgpinbpggnmpinlphbipboe |
Descrição | A simple extension to track the initiative of DnD-Players. |
Tamanho do Arquivo | 6.9 KB |
Contagem de Instalações | 62 |
Versão Atual | 1.0 |
Última Atualização | 2023-05-20 |
Data de Publicação | 2023-05-20 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | jann.warnecke |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |