Roll20 DnD Sheet
A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character…
什么是Roll20 DnD Sheet?
Roll20 DnD Sheet是由Idle开发的Chrome扩展程序,该扩展的主要功能是“A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character…”。
扩展截图
下载Roll20 DnD Sheet扩展crx文件
下载Roll20 DnD Sheet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character (for now ?) but let you play characters and npcs with ease, a more compacted design and great reactivity. 扩展基本信息
| 名称 | |
| ID | okehagigojbafedokikhmljckcanmifp |
| 官方URL | https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp |
| 简介 | A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character… |
| 文件大小 | 62.08 KB |
| 安装次数 | 321 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-07-21 |
| 上架时间 | 2021-07-21 |
| 开发者 | Idle |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/reonZ/roll20-dnd-sheet |
| 帮助页面URL | https://github.com/reonZ/roll20-dnd-sheet/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Roll20 DnD Sheet",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"permissions": [
"*:\/\/app.roll20.net\/editor\/",
"*:\/\/app.roll20.net\/editor",
"*:\/\/app.roll20.net\/editor?*",
"*:\/\/app.roll20.net\/editor#*"
],
"content_scripts": [
{
"matches": [
"https:\/\/app.roll20.net\/editor",
"https:\/\/app.roll20.net\/editor\/",
"https:\/\/app.roll20.net\/editor\/#*",
"https:\/\/app.roll20.net\/editor#*",
"https:\/\/app.roll20.net\/editor\/?*",
"https:\/\/app.roll20.net\/editor?*"
],
"js": [
"injector.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"wshook.js",
"bundle.js",
"bundle.css"
],
"version": "1.0.0"
} | |