D&DBeyond Print Enhancer

Improves D&D Beyond's character sheet printing

D&DBeyond Print Enhancer là gì?

D&DBeyond Print Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Adam Pritchard, và tính năng chính của nó là "Improves D&D Beyond's character sheet printing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng D&DBeyond Print Enhancer

Tải xuống các tệp mở rộng D&DBeyond Print Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên D&DBeyond Print Enhancer D&DBeyond Print Enhancer
ID fdajjhifhjdcdfgdkefalgombegclabc
URL Chính Thức https://chromewebstore.google.com/detail/ddbeyond-print-enhancer/fdajjhifhjdcdfgdkefalgombegclabc
Mô tả Improves D&D Beyond's character sheet printing
Kích Thước Tệp 12.09 KB
Số Lần Cài Đặt 705
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-10-02
Ngày Phát Hành 2019-10-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Adam Pritchard
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/adam-p/dndbeyond-printenhance
URL Trang Trợ Giúp https://github.com/adam-p/dndbeyond-printenhance
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}