Bonus Party
This extension adds a shared party bonus area to Roll20.
Cos'è Bonus Party?
Bonus Party è un'estensione di Chrome sviluppata da jakemask, e la sua funzione principale è "This extension adds a shared party bonus area to Roll20.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bonus Party
Scarica i file di estensione Bonus Party in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Add a campaign shared bonus area to Roll20. Now when your bard inspires courage, you can all actually remember to add that bonus to your rolls. Double click the dialog box title to minimize, and double click a bonus to remove it. Let me know if you have any issues or feature requests and I'll do my best.
Informazioni di Base sull'Estensione
Nome | Bonus Party |
ID | mjledjhofdmbnlieljibnldamkgcmdia |
URL Ufficiale | https://chromewebstore.google.com/detail/bonus-party/mjledjhofdmbnlieljibnldamkgcmdia |
Descrizione | This extension adds a shared party bonus area to Roll20. |
Dimensione del File | 140 KB |
Conteggio Installazioni | 469 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2015-07-24 |
Data di Pubblicazione | 2015-07-24 |
Valutazione | 3.50/5 Totale 4 Valutazioni |
Sviluppatore | jakemask |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bonus Party", "description": "This extension adds a shared party bonus area to Roll20.", "version": "0.1.3", "icons": { "16": "bp_logo_16.jpg", "48": "bp_logo_48.jpg", "128": "bp_logo_128.jpg" }, "content_scripts": [ { "matches": [ "*:\/\/app.roll20.net\/editor\/*", "*:\/\/app.roll20.net\/join\/*" ], "all_frames": true, "js": [ "lib\/firebase.js", "lib\/jquery-2.0.2.min.js", "lib\/jquery-ui.min.js", "bonusparty.js" ] } ], "web_accessible_resources": [ "template.html" ], "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'" } |