D&DBeyond Print Enhancer

Improves D&D Beyond's character sheet printing

Qu'est-ce que D&DBeyond Print Enhancer ?

D&DBeyond Print Enhancer est une extension Chrome développée par Adam Pritchard, et sa fonction principale est "Improves D&D Beyond's character sheet printing".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension D&DBeyond Print Enhancer

Téléchargez les fichiers d'extension D&DBeyond Print Enhancer 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

                        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!                    

Informations de Base sur l'Extension

Nom D&DBeyond Print Enhancer D&DBeyond Print Enhancer
ID fdajjhifhjdcdfgdkefalgombegclabc
URL Officiel https://chromewebstore.google.com/detail/ddbeyond-print-enhancer/fdajjhifhjdcdfgdkefalgombegclabc
Description Improves D&D Beyond's character sheet printing
Taille du Fichier 12.09 KB
Nombre d'Installations 705
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-10-02
Date de Publication 2019-10-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Adam Pritchard
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/adam-p/dndbeyond-printenhance
URL de la Page d'Aide https://github.com/adam-p/dndbeyond-printenhance
Langues Prises en Charge 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"
    }
}