D&D Character Sync
Store character sheets from different D&D apps
Vad är D&D Character Sync?
D&D Character Sync är en Chrome-tillägg utvecklad av Harmless Key, och dess huvudfunktion är "Store character sheets from different D&D apps".
Tilläggsskärmbilder
Ladda ner D&D Character Sync-förlängningens CRX-fil
Ladda ner D&D Character Sync-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Sync your Dungeons & Dragons character's data from various platforms like D&D Beyond, Dice Cloud and Harmless Key. Grundläggande Information om Tillägg
| Namn | |
| ID | jgcbbmbchbkdjbgiiheminkkkecjohpg |
| Officiell webbadress | https://chromewebstore.google.com/detail/dd-character-sync/jgcbbmbchbkdjbgiiheminkkkecjohpg |
| Beskrivning | Store character sheets from different D&D apps |
| Filstorlek | 1.17 MB |
| Antal Installationer | 232 |
| Aktuell Version | 0.5.1 |
| Senast Uppdaterad | 2023-09-08 |
| Publiceringsdatum | 2023-01-16 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Harmless Key |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |