D&D Character Sync
Store character sheets from different D&D apps
什麼是D&D Character Sync?
D&D Character Sync是由Harmless Key開發的Chrome擴展程式,該擴展的主要功能是“Store character sheets from different D&D apps”。
擴展截圖
下載D&D Character Sync擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | jgcbbmbchbkdjbgiiheminkkkecjohpg |
| 官方網址 | 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\/*"
]
} | |