D&DBeyond Print Enhancer

Improves D&D Beyond's character sheet printing

What is D&DBeyond Print Enhancer?

D&DBeyond Print Enhancer is a Chrome extension developed by Adam Pritchard, and its main feature is "Improves D&D Beyond's character sheet printing".

Extension Screenshots

screenshot

Download D&DBeyond Print Enhancer Extension CRX File

Download D&DBeyond Print Enhancer 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

                        Improves D&D Beyond's character sheet printing. Produces a print-out with full (not truncated) actions, spells, equipment, etc.

Instructions for use:
1. View your character sheet.
2. Resize your window so that you have two columns of boxes on the main view.
3. Click the D&D Beyond Print Enhancer button on your browser toolbar.
4. Open the print dialog (ctrl+p/cmd+p).
5. Print settings:
  - Color: Probably black and white.
  - Margins: minimum.
  - Scale: Default, unless you want to cram more on a page.
  - Headers and footers: deselect.
  - Background graphics: select.
6. Review the print preview.
7. Print!                    

Extension Basic Information

Name D&DBeyond Print Enhancer D&DBeyond Print Enhancer
ID fdajjhifhjdcdfgdkefalgombegclabc
Official URL https://chromewebstore.google.com/detail/ddbeyond-print-enhancer/fdajjhifhjdcdfgdkefalgombegclabc
Description Improves D&D Beyond's character sheet printing
File Size 12.09 KB
Installation Count 705
Current Version 1.0.0
Last Updated 2019-10-02
Publish Date 2019-10-02
Rating 5.00/5 Total 1 Ratings
Developer Adam Pritchard
Email [email protected]
Payment Type free
Extension Website https://github.com/adam-p/dndbeyond-printenhance
Help Page URL https://github.com/adam-p/dndbeyond-printenhance
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D&DBeyond Print Enhancer",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Improves D&D Beyond's character sheet printing",
    "homepage_url": "https:\/\/github.com\/adam-p\/dndbeyond-printenhance",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [],
    "page_action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "DDB Print Enhance"
    }
}