D&D Beyond PrettyPrint
Prettier printing for your resources on D&D Beyond
¿Qué es D&D Beyond PrettyPrint?
D&D Beyond PrettyPrint es una extensión de Chrome desarrollada por colsen1991, y su función principal es "Prettier printing for your resources on D&D Beyond".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión D&D Beyond PrettyPrint
Descarga archivos de extensión D&D Beyond PrettyPrint en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | D&D Beyond PrettyPrint |
ID | gmdjllfbcakbcmbbjhjfkoaakdopiijf |
URL Oficial | https://chromewebstore.google.com/detail/dd-beyond-prettyprint/gmdjllfbcakbcmbbjhjfkoaakdopiijf |
Descripción | Prettier printing for your resources on D&D Beyond |
Tamaño del Archivo | 12.04 KB |
Cantidad de Instalaciones | 276 |
Versión Actual | 1.0 |
Última Actualización | 2023-04-09 |
Fecha de Publicación | 2021-11-12 |
Desarrollador | colsen1991 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/colsen1991/dndbeyond-prettyprint |
Idiomas Soportados | 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" ] } ] } |