D&DBeyond Print Enhancer

Improves D&D Beyond's character sheet printing

D&DBeyond Print Enhancer란 무엇입니까?

D&DBeyond Print Enhancer은(는) Adam Pritchard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves D&D Beyond's character sheet printing"입니다.

확장 프로그램 스크린샷

screenshot

D&DBeyond Print Enhancer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}