Roll20 Attack Template
Just a little extension to use Roll20 Templates more easily.
Roll20 Attack Template란 무엇입니까?
Roll20 Attack Template은(는) pyanderson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just a little extension to use Roll20 Templates more easily."입니다.
확장 프로그램 스크린샷
Roll20 Attack Template 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |