D&D Beyond PrettyPrint
Prettier printing for your resources on D&D Beyond
Hvad er D&D Beyond PrettyPrint?
D&D Beyond PrettyPrint er en Chrome-udvidelse udviklet af colsen1991, og dens hovedfunktion er "Prettier printing for your resources on D&D Beyond".
Udvidelsesskærmbilleder
Download D&D Beyond PrettyPrint-udvidelses-CRX-fil
Download D&D Beyond PrettyPrint-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | D&D Beyond PrettyPrint |
ID | gmdjllfbcakbcmbbjhjfkoaakdopiijf |
Officiel URL | https://chromewebstore.google.com/detail/dd-beyond-prettyprint/gmdjllfbcakbcmbbjhjfkoaakdopiijf |
Beskrivelse | Prettier printing for your resources on D&D Beyond |
Filstørrelse | 12.04 KB |
Antal Installationer | 276 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-04-09 |
Udgivelsesdato | 2021-11-12 |
Udvikler | colsen1991 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/colsen1991/dndbeyond-prettyprint |
Understøttede Sprog | 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" ] } ] } |