D&DBeyond Print Enhancer
Improves D&D Beyond's character sheet printing
Co to jest D&DBeyond Print Enhancer?
D&DBeyond Print Enhancer to rozszerzenie Chrome opracowane przez Adam Pritchard, a jego główną funkcją jest „Improves D&D Beyond's character sheet printing”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia D&DBeyond Print Enhancer
Pobierz pliki rozszerzeń D&DBeyond Print Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fdajjhifhjdcdfgdkefalgombegclabc |
| Oficjalny URL | https://chromewebstore.google.com/detail/ddbeyond-print-enhancer/fdajjhifhjdcdfgdkefalgombegclabc |
| Opis | Improves D&D Beyond's character sheet printing |
| Rozmiar pliku | 12.09 KB |
| Liczba instalacji | 705 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2019-10-02 |
| Data Publikacji | 2019-10-02 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Adam Pritchard |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/adam-p/dndbeyond-printenhance |
| Adres URL Strony Pomocy | https://github.com/adam-p/dndbeyond-printenhance |
| Obsługiwane Języki | 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"
}
} | |