D&DBeyond Print Enhancer

Improves D&D Beyond's character sheet printing

Was ist D&DBeyond Print Enhancer?

D&DBeyond Print Enhancer ist eine Chrome-Erweiterung, die von Adam Pritchard entwickelt wurde, und ihr Hauptmerkmal ist "Improves D&D Beyond's character sheet printing".

Erweiterungsscreenshots

screenshot

D&DBeyond Print Enhancer-Erweiterungs-CRX-Datei herunterladen

Laden Sie D&DBeyond Print Enhancer-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

                        Improves D&D Beyond's character sheet printing. Produces a print-out with full (not truncated) actions, spells, equipment, etc.

Instructions for use:
1. View your character sheet.
2. Resize your window so that you have two columns of boxes on the main view.
3. Click the D&D Beyond Print Enhancer button on your browser toolbar.
4. Open the print dialog (ctrl+p/cmd+p).
5. Print settings:
  - Color: Probably black and white.
  - Margins: minimum.
  - Scale: Default, unless you want to cram more on a page.
  - Headers and footers: deselect.
  - Background graphics: select.
6. Review the print preview.
7. Print!                    

Grundlegende Informationen zur Erweiterung

Name D&DBeyond Print Enhancer D&DBeyond Print Enhancer
ID fdajjhifhjdcdfgdkefalgombegclabc
Offizielle URL https://chromewebstore.google.com/detail/ddbeyond-print-enhancer/fdajjhifhjdcdfgdkefalgombegclabc
Beschreibung Improves D&D Beyond's character sheet printing
Dateigröße 12.09 KB
Installationsanzahl 705
Aktuelle Version 1.0.0
Letztes Update 2019-10-02
Veröffentlichungsdatum 2019-10-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Adam Pritchard
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/adam-p/dndbeyond-printenhance
Hilfeseite URL https://github.com/adam-p/dndbeyond-printenhance
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D&DBeyond Print Enhancer",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Improves D&D Beyond's character sheet printing",
    "homepage_url": "https:\/\/github.com\/adam-p\/dndbeyond-printenhance",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [],
    "page_action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "DDB Print Enhance"
    }
}