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 هو إضافة Chrome تم تطويرها بواسطة Idle، والميزة الرئيسية لها هي "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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Roll20 DnD Sheet
قم بتنزيل ملفات الامتداد Roll20 DnD Sheet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | 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"
} | |