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 |
| Eメール | [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"
} | |