D&D Beyond PrettyPrint
Prettier printing for your resources on D&D Beyond
What is D&D Beyond PrettyPrint?
D&D Beyond PrettyPrint is a Chrome extension developed by colsen1991, and its main feature is "Prettier printing for your resources on D&D Beyond".
Extension Screenshots
Download D&D Beyond PrettyPrint Extension CRX File
Download D&D Beyond PrettyPrint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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). Extension Basic Information
| Name | |
| ID | gmdjllfbcakbcmbbjhjfkoaakdopiijf |
| Official URL | https://chromewebstore.google.com/detail/dd-beyond-prettyprint/gmdjllfbcakbcmbbjhjfkoaakdopiijf |
| Description | Prettier printing for your resources on D&D Beyond |
| File Size | 12.04 KB |
| Installation Count | 276 |
| Current Version | 1.0 |
| Last Updated | 2023-04-09 |
| Publish Date | 2021-11-12 |
| Developer | colsen1991 |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/colsen1991/dndbeyond-prettyprint |
| Supported Languages | 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"
]
}
]
} | |