D&DBeyond Print Enhancer

Improves D&D Beyond's character sheet printing

Cos'è D&DBeyond Print Enhancer?

D&DBeyond Print Enhancer è un'estensione di Chrome sviluppata da Adam Pritchard, e la sua funzione principale è "Improves D&D Beyond's character sheet printing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione D&DBeyond Print Enhancer

Scarica i file di estensione D&DBeyond Print Enhancer 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

                        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!                    

Informazioni di Base sull'Estensione

Nome D&DBeyond Print Enhancer D&DBeyond Print Enhancer
ID fdajjhifhjdcdfgdkefalgombegclabc
URL Ufficiale https://chromewebstore.google.com/detail/ddbeyond-print-enhancer/fdajjhifhjdcdfgdkefalgombegclabc
Descrizione Improves D&D Beyond's character sheet printing
Dimensione del File 12.09 KB
Conteggio Installazioni 705
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-10-02
Data di Pubblicazione 2019-10-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Adam Pritchard
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/adam-p/dndbeyond-printenhance
URL della Pagina di Aiuto https://github.com/adam-p/dndbeyond-printenhance
Lingue Supportate 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"
    }
}