D&D Character Sync
Store character sheets from different D&D apps
Co je D&D Character Sync?
D&D Character Sync je rozšíření Chrome vyvinuté Harmless Key, a jeho hlavní funkcí je „Store character sheets from different D&D apps“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření D&D Character Sync
Stáhněte si soubory rozšíření D&D Character Sync ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Sync your Dungeons & Dragons character's data from various platforms like D&D Beyond, Dice Cloud and Harmless Key.
Základní Informace o Rozšíření
Název | D&D Character Sync |
ID | jgcbbmbchbkdjbgiiheminkkkecjohpg |
Oficiální URL | https://chromewebstore.google.com/detail/dd-character-sync/jgcbbmbchbkdjbgiiheminkkkecjohpg |
Popis | Store character sheets from different D&D apps |
Velikost souboru | 1.17 MB |
Počet instalací | 232 |
Aktuální Verze | 0.5.1 |
Poslední Aktualizace | 2023-09-08 |
Datum Vydání | 2023-01-16 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Harmless Key |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Harm Manders & Key Roos", "name": "D&D Character Sync", "description": "Store character sheets from different D&D apps", "version": "0.5.1", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }, "permissions": [ "storage", "activeTab", "scripting", "tabs" ], "externally_connectable": { "matches": [ "*:\/\/harmlesskey.com\/*", "*:\/\/*.harmlesskey.com\/*" ] }, "host_permissions": [ "*:\/\/*.dndbeyond.com\/characters\/*", "*:\/\/harmlesskey.com\/content\/players\/*", "*:\/\/*.harmlesskey.com\/content\/players\/*", "*:\/\/harmlesskey.com\/content\/characters\/*", "*:\/\/*.harmlesskey.com\/content\/characters\/*", "*:\/\/dicecloud.com\/character\/*", "*:\/\/v1.dicecloud.com\/character\/*" ] } |