Roll20 Attack Template
Just a little extension to use Roll20 Templates more easily.
Wat is Roll20 Attack Template?
Roll20 Attack Template is een Chrome-extensie ontwikkeld door pyanderson, en de belangrijkste functie is "Just a little extension to use Roll20 Templates more easily.".
Extensie Screenshots
Download het CRX-bestand van de extensie Roll20 Attack Template
Download Roll20 Attack Template-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Roll20 Attack Template |
ID | kgcihjjncpnpmmlpngejfnadfbadijpe |
Officiële URL | https://chromewebstore.google.com/detail/roll20-attack-template/kgcihjjncpnpmmlpngejfnadfbadijpe |
Beschrijving | Just a little extension to use Roll20 Templates more easily. |
Bestandsgrootte | 109 KB |
Aantal Installaties | 114 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2021-07-28 |
Publicatiedatum | 2020-03-30 |
Ontwikkelaar | pyanderson |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/pyanderson/roll20_attack_template |
Help Pagina-URL | https://github.com/pyanderson/roll20_attack_template/issues |
Ondersteunde Talen | 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 } |