D&D Character Sync
Store character sheets from different D&D apps
Wat is D&D Character Sync?
D&D Character Sync is een Chrome-extensie ontwikkeld door Harmless Key, en de belangrijkste functie is "Store character sheets from different D&D apps".
Extensie Screenshots
Download het CRX-bestand van de extensie D&D Character Sync
Download D&D Character Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Sync your Dungeons & Dragons character's data from various platforms like D&D Beyond, Dice Cloud and Harmless Key.
Basisinformatie over de Extensie
Naam | D&D Character Sync |
ID | jgcbbmbchbkdjbgiiheminkkkecjohpg |
Officiële URL | https://chromewebstore.google.com/detail/dd-character-sync/jgcbbmbchbkdjbgiiheminkkkecjohpg |
Beschrijving | Store character sheets from different D&D apps |
Bestandsgrootte | 1.17 MB |
Aantal Installaties | 232 |
Huidige Versie | 0.5.1 |
Laatst Bijgewerkt | 2023-09-08 |
Publicatiedatum | 2023-01-16 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Harmless Key |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |