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 |
| 公式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 |
| Eメール | [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"
}
} | |