Roll20 Attack Template
Just a little extension to use Roll20 Templates more easily.
Roll20 Attack Template là gì?
Roll20 Attack Template là một tiện ích mở rộng Chrome được phát triển bởi pyanderson, và tính năng chính của nó là "Just a little extension to use Roll20 Templates more easily.".
Ả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 Attack Template
Tải xuống các tệp mở rộng Roll20 Attack Template 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
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Roll20 Attack Template |
ID | kgcihjjncpnpmmlpngejfnadfbadijpe |
URL Chính Thức | https://chromewebstore.google.com/detail/roll20-attack-template/kgcihjjncpnpmmlpngejfnadfbadijpe |
Mô tả | Just a little extension to use Roll20 Templates more easily. |
Kích Thước Tệp | 109 KB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-07-28 |
Ngày Phát Hành | 2020-03-30 |
Nhà Phát Triển | pyanderson |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pyanderson/roll20_attack_template |
URL Trang Trợ Giúp | https://github.com/pyanderson/roll20_attack_template/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |