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 là gì?
Roll20 DnD Sheet là một tiện ích mở rộng Chrome được phát triển bởi Idle, và tính năng chính của nó là "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…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Roll20 DnD Sheet
Tải xuống các tệp mở rộng Roll20 DnD Sheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Roll20 DnD Sheet |
ID | okehagigojbafedokikhmljckcanmifp |
URL Chính Thức | https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp |
Mô tả | 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… |
Kích Thước Tệp | 62.08 KB |
Số Lần Cài Đặt | 321 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-07-21 |
Ngày Phát Hành | 2021-07-21 |
Nhà Phát Triển | Idle |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/reonZ/roll20-dnd-sheet |
URL Trang Trợ Giúp | https://github.com/reonZ/roll20-dnd-sheet/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |