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”。
擴展截圖
下載D&DBeyond Print Enhancer擴展crx文件
下載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 |
| 官方網址 | 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"
}
} | |