DnD Initiative Tracker
A simple extension to track the initiative of DnD-Players.
DnD Initiative Trackerとは何ですか?
DnD Initiative Trackerはjann.warneckeによって開発されたChromeの拡張機能で、その主な機能は「A simple extension to track the initiative of DnD-Players.」です。
拡張機能のスクリーンショット
DnD Initiative Tracker拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |