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 |
| 官方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\/*"
]
} | |