D&D Character Sync
Store character sheets from different D&D apps
Cos'è D&D Character Sync?
D&D Character Sync è un'estensione di Chrome sviluppata da Harmless Key, e la sua funzione principale è "Store character sheets from different D&D apps".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione D&D Character Sync
Scarica i file di estensione D&D Character Sync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Sync your Dungeons & Dragons character's data from various platforms like D&D Beyond, Dice Cloud and Harmless Key.
Informazioni di Base sull'Estensione
Nome | D&D Character Sync |
ID | jgcbbmbchbkdjbgiiheminkkkecjohpg |
URL Ufficiale | https://chromewebstore.google.com/detail/dd-character-sync/jgcbbmbchbkdjbgiiheminkkkecjohpg |
Descrizione | Store character sheets from different D&D apps |
Dimensione del File | 1.17 MB |
Conteggio Installazioni | 232 |
Versione Corrente | 0.5.1 |
Ultimo Aggiornamento | 2023-09-08 |
Data di Pubblicazione | 2023-01-16 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Harmless Key |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |