D&DBeyond Print Enhancer
Improves D&D Beyond's character sheet printing
Co je D&DBeyond Print Enhancer?
D&DBeyond Print Enhancer je rozšíření Chrome vyvinuté Adam Pritchard, a jeho hlavní funkcí je „Improves D&D Beyond's character sheet printing“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření D&DBeyond Print Enhancer
Stáhněte si soubory rozšíření D&DBeyond Print Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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! Základní Informace o Rozšíření
| Název | |
| ID | fdajjhifhjdcdfgdkefalgombegclabc |
| Oficiální URL | https://chromewebstore.google.com/detail/ddbeyond-print-enhancer/fdajjhifhjdcdfgdkefalgombegclabc |
| Popis | Improves D&D Beyond's character sheet printing |
| Velikost souboru | 12.09 KB |
| Počet instalací | 705 |
| Aktuální Verze | 1.0.0 |
| Poslední Aktualizace | 2019-10-02 |
| Datum Vydání | 2019-10-02 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | Adam Pritchard |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/adam-p/dndbeyond-printenhance |
| URL Stránky Nápovědy | https://github.com/adam-p/dndbeyond-printenhance |
| Podporované Jazyky | 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"
}
} | |