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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D&DBeyond Print Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย D&DBeyond Print Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |