D&D Beyond PrettyPrint

Prettier printing for your resources on D&D Beyond

Wat is D&D Beyond PrettyPrint?

D&D Beyond PrettyPrint is een Chrome-extensie ontwikkeld door colsen1991, en de belangrijkste functie is "Prettier printing for your resources on D&D Beyond".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie D&D Beyond PrettyPrint

Download D&D Beyond PrettyPrint-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam D&D Beyond PrettyPrint D&D Beyond PrettyPrint
ID gmdjllfbcakbcmbbjhjfkoaakdopiijf
Officiële URL https://chromewebstore.google.com/detail/dd-beyond-prettyprint/gmdjllfbcakbcmbbjhjfkoaakdopiijf
Beschrijving Prettier printing for your resources on D&D Beyond
Bestandsgrootte 12.04 KB
Aantal Installaties 276
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-09
Publicatiedatum 2021-11-12
Ontwikkelaar colsen1991
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/colsen1991/dndbeyond-prettyprint
Ondersteunde Talen 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"
            ]
        }
    ]
}