D&DBeyond Print Enhancer

Improves D&D Beyond's character sheet printing

ما هو D&DBeyond Print Enhancer؟

D&DBeyond Print Enhancer هو إضافة Chrome تم تطويرها بواسطة Adam Pritchard، والميزة الرئيسية لها هي "Improves D&D Beyond's character sheet printing".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة D&DBeyond Print Enhancer

قم بتنزيل ملفات الامتداد D&DBeyond Print Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}