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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } } |