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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |