Monster Cards

Create monster cards, magic item cards and paper minis from D&D Beyond

Was ist Monster Cards?

Monster Cards ist eine Chrome-Erweiterung, die von Rawr Creations entwickelt wurde, und ihr Hauptmerkmal ist "Create monster cards, magic item cards and paper minis from D&D Beyond".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Monster Cards-Erweiterungs-CRX-Datei herunterladen

Laden Sie Monster Cards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Monster Cards Monster Cards
ID epbiejjeicckcbackkiieaecponhfdbg
Offizielle URL https://chromewebstore.google.com/detail/monster-cards/epbiejjeicckcbackkiieaecponhfdbg
Beschreibung Create monster cards, magic item cards and paper minis from D&D Beyond
Dateigröße 1.7 MB
Installationsanzahl 760
Aktuelle Version 1.0.3
Letztes Update 2019-11-01
Veröffentlichungsdatum 2019-10-31
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler Rawr Creations
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}