D&D Character Sync
Store character sheets from different D&D apps
ما هو D&D Character Sync؟
D&D Character Sync هو إضافة Chrome تم تطويرها بواسطة Harmless Key، والميزة الرئيسية لها هي "Store character sheets from different D&D apps".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة D&D Character Sync
قم بتنزيل ملفات الامتداد D&D Character Sync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sync your Dungeons & Dragons character's data from various platforms like D&D Beyond, Dice Cloud and Harmless Key.
معلومات أساسية عن التمديد
الاسم | D&D Character Sync |
ID | jgcbbmbchbkdjbgiiheminkkkecjohpg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dd-character-sync/jgcbbmbchbkdjbgiiheminkkkecjohpg |
الوصف | Store character sheets from different D&D apps |
حجم الملف | 1.17 MB |
عدد التثبيتات | 232 |
النسخة الحالية | 0.5.1 |
آخر تحديث | 2023-09-08 |
تاريخ النشر | 2023-01-16 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Harmless Key |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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\/*" ] } |