Roll20 Attack Template
Just a little extension to use Roll20 Templates more easily.
Roll20 Attack Templateคืออะไร?
Roll20 Attack Template เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pyanderson และคุณลักษณะหลักของมันคือ "Just a little extension to use Roll20 Templates more easily."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roll20 Attack Template
ดาวน์โหลดไฟล์ส่วนขยาย Roll20 Attack Template ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension it's easy to use Roll20 Templates to make attack rolls in Roll20 app. All icons used in this extension are from Icons8 (https://icons8.com).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Roll20 Attack Template |
ID | kgcihjjncpnpmmlpngejfnadfbadijpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/roll20-attack-template/kgcihjjncpnpmmlpngejfnadfbadijpe |
คำอธิบาย | Just a little extension to use Roll20 Templates more easily. |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 114 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2021-07-28 |
วันที่เผยแพร่ | 2020-03-30 |
ผู้พัฒนา | pyanderson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pyanderson/roll20_attack_template |
URL หน้าช่วยเหลือ | https://github.com/pyanderson/roll20_attack_template/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roll20 Attack Template", "version": "0.0.1", "description": "Just a little extension to use Roll20 Templates more easily.", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/app.roll20.net\/editor*" ], "css": [ "core.css" ], "js": [ "third_party\/jquery-3.4.1.min.js", "third_party\/jquery-ui-1.12.1.min.js", "core.js" ] } ], "icons": { "16": "images\/Gaming-Dice-icon16.png", "32": "images\/Gaming-Dice-icon32.png", "48": "images\/Gaming-Dice-icon48.png", "128": "images\/Gaming-Dice-icon128.png" }, "manifest_version": 2 } |