D&D Beyond PrettyPrint
Prettier printing for your resources on D&D Beyond
Qu'est-ce que D&D Beyond PrettyPrint ?
D&D Beyond PrettyPrint est une extension Chrome développée par colsen1991, et sa fonction principale est "Prettier printing for your resources on D&D Beyond".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension D&D Beyond PrettyPrint
Téléchargez les fichiers d'extension D&D Beyond PrettyPrint au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | D&D Beyond PrettyPrint |
ID | gmdjllfbcakbcmbbjhjfkoaakdopiijf |
URL Officiel | https://chromewebstore.google.com/detail/dd-beyond-prettyprint/gmdjllfbcakbcmbbjhjfkoaakdopiijf |
Description | Prettier printing for your resources on D&D Beyond |
Taille du Fichier | 12.04 KB |
Nombre d'Installations | 276 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-04-09 |
Date de Publication | 2021-11-12 |
Développeur | colsen1991 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/colsen1991/dndbeyond-prettyprint |
Langues Prises en Charge | 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" ] } ] } |