D&DBeyond Print Enhancer

Improves D&D Beyond's character sheet printing

D&DBeyond Print Enhancer क्या है?

D&DBeyond Print Enhancer Adam Pritchard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves D&D Beyond's character sheet printing"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में D&DBeyond Print Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम D&DBeyond Print Enhancer D&DBeyond Print Enhancer
ID fdajjhifhjdcdfgdkefalgombegclabc
आधिकारिक URL https://chromewebstore.google.com/detail/ddbeyond-print-enhancer/fdajjhifhjdcdfgdkefalgombegclabc
विवरण Improves D&D Beyond's character sheet printing
फ़ाइल का आकार 12.09 KB
स्थापना संख्या 705
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-10-02
प्रकाशन तिथि 2019-10-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Adam Pritchard
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/adam-p/dndbeyond-printenhance
सहायता पृष्ठ URL https://github.com/adam-p/dndbeyond-printenhance
समर्थित भाषाएँ 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"
    }
}