D&D Beyond PrettyPrint

Prettier printing for your resources on D&D Beyond

O que é D&D Beyond PrettyPrint?

D&D Beyond PrettyPrint é uma extensão do Chrome desenvolvida por colsen1991, e sua principal característica é "Prettier printing for your resources on D&D Beyond".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão D&D Beyond PrettyPrint

Baixe arquivos de extensão D&D Beyond PrettyPrint no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome D&D Beyond PrettyPrint D&D Beyond PrettyPrint
ID gmdjllfbcakbcmbbjhjfkoaakdopiijf
URL Oficial https://chromewebstore.google.com/detail/dd-beyond-prettyprint/gmdjllfbcakbcmbbjhjfkoaakdopiijf
Descrição Prettier printing for your resources on D&D Beyond
Tamanho do Arquivo 12.04 KB
Contagem de Instalações 276
Versão Atual 1.0
Última Atualização 2023-04-09
Data de Publicação 2021-11-12
Desenvolvedor colsen1991
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/colsen1991/dndbeyond-prettyprint
Idiomas Suportados 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"
            ]
        }
    ]
}