D&D Beyond PrettyPrint

Prettier printing for your resources on D&D Beyond

Cos'è D&D Beyond PrettyPrint?

D&D Beyond PrettyPrint è un'estensione di Chrome sviluppata da colsen1991, e la sua funzione principale è "Prettier printing for your resources on D&D Beyond".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione D&D Beyond PrettyPrint

Scarica i file di estensione D&D Beyond PrettyPrint 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

                        A minimalistic extension which makes paper and PDF prints from D&D Beyond a little prettier.

Mostly just by removing redundant or annoying elements from the printed page, as well as redistributing some space and moving a few things around.

At the moment, all images are hidden (accepting pull requests on GitHub).                    

Informazioni di Base sull'Estensione

Nome D&D Beyond PrettyPrint D&D Beyond PrettyPrint
ID gmdjllfbcakbcmbbjhjfkoaakdopiijf
URL Ufficiale https://chromewebstore.google.com/detail/dd-beyond-prettyprint/gmdjllfbcakbcmbbjhjfkoaakdopiijf
Descrizione Prettier printing for your resources on D&D Beyond
Dimensione del File 12.04 KB
Conteggio Installazioni 276
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-09
Data di Pubblicazione 2021-11-12
Sviluppatore colsen1991
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/colsen1991/dndbeyond-prettyprint
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D&D Beyond PrettyPrint",
    "description": "Prettier printing for your resources on D&D Beyond",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/dnd-pp-logo-16.png",
        "32": "images\/dnd-pp-logo-32.png",
        "48": "images\/dnd-pp-logo-48.png",
        "128": "images\/dnd-pp-logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/*"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}