D&D Beyond PrettyPrint
Prettier printing for your resources on D&D Beyond
Co to jest D&D Beyond PrettyPrint?
D&D Beyond PrettyPrint to rozszerzenie Chrome opracowane przez colsen1991, a jego główną funkcją jest „Prettier printing for your resources on D&D Beyond”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia D&D Beyond PrettyPrint
Pobierz pliki rozszerzeń D&D Beyond PrettyPrint 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
A minimalistic extension which makes paper and PDF prints from D&D Beyond a little prettier. Mostly just by removing redundant or annoying elements from the printed page, as well as redistributing some space and moving a few things around. At the moment, all images are hidden (accepting pull requests on GitHub).
Podstawowe informacje o rozszerzeniu
Nazwa | D&D Beyond PrettyPrint |
ID | gmdjllfbcakbcmbbjhjfkoaakdopiijf |
Oficjalny URL | https://chromewebstore.google.com/detail/dd-beyond-prettyprint/gmdjllfbcakbcmbbjhjfkoaakdopiijf |
Opis | Prettier printing for your resources on D&D Beyond |
Rozmiar pliku | 12.04 KB |
Liczba instalacji | 276 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-04-09 |
Data Publikacji | 2021-11-12 |
Deweloper | colsen1991 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/colsen1991/dndbeyond-prettyprint |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "D&D Beyond PrettyPrint", "description": "Prettier printing for your resources on D&D Beyond", "version": "1.0", "manifest_version": 3, "icons": { "16": "images\/dnd-pp-logo-16.png", "32": "images\/dnd-pp-logo-32.png", "48": "images\/dnd-pp-logo-48.png", "128": "images\/dnd-pp-logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.dndbeyond.com\/*" ], "css": [ "index.css" ] } ] } |