Monster Cards
Create monster cards, magic item cards and paper minis from D&D Beyond
Cos'è Monster Cards?
Monster Cards è un'estensione di Chrome sviluppata da Rawr Creations, e la sua funzione principale è "Create monster cards, magic item cards and paper minis from D&D Beyond".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Monster Cards
Scarica i file di estensione Monster Cards 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
This tool is meant to help Dungeon Masters using content from D&D Beyond to export printable monster cards, magic cards and paper minis for Dungeon and Dragons.
-- Updates ---
* v1.0.1 - Fix some monster card text overlapping
* v1.0.2 - Fix change image
* v1.0.3 - Improve list sync and fix overlapping text Informazioni di Base sull'Estensione
| Nome | |
| ID | epbiejjeicckcbackkiieaecponhfdbg |
| URL Ufficiale | https://chromewebstore.google.com/detail/monster-cards/epbiejjeicckcbackkiieaecponhfdbg |
| Descrizione | Create monster cards, magic item cards and paper minis from D&D Beyond |
| Dimensione del File | 1.7 MB |
| Conteggio Installazioni | 760 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2019-11-01 |
| Data di Pubblicazione | 2019-10-31 |
| Valutazione | 2.00/5 Totale 1 Valutazioni |
| Sviluppatore | Rawr Creations |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Monster Cards",
"short_name": "Monster Cards",
"author": "Rawr Creations",
"version": "1.0.3",
"description": "Create monster cards, magic item cards and paper minis from D&D Beyond",
"permissions": [
"activeTab",
"storage",
"https:\/\/*\/",
"http:\/\/*\/"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "options.html",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Monster Cards",
"default_popup": "popup.html",
"default_icon": "icons\/icon128.png"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 2
} | |