D&D Beyond PrettyPrint

Prettier printing for your resources on D&D Beyond

Apa itu D&D Beyond PrettyPrint?

D&D Beyond PrettyPrint adalah ekstensi Chrome yang dikembangkan oleh colsen1991, dan fitur utamanya adalah "Prettier printing for your resources on D&D Beyond".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi D&D Beyond PrettyPrint

Unduh file ekstensi D&D Beyond PrettyPrint dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama D&D Beyond PrettyPrint D&D Beyond PrettyPrint
ID gmdjllfbcakbcmbbjhjfkoaakdopiijf
URL Resmi https://chromewebstore.google.com/detail/dd-beyond-prettyprint/gmdjllfbcakbcmbbjhjfkoaakdopiijf
Deskripsi Prettier printing for your resources on D&D Beyond
Ukuran File 12.04 KB
Jumlah Instalasi 276
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-04-09
Tanggal Publikasi 2021-11-12
Pengembang colsen1991
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/colsen1991/dndbeyond-prettyprint
Bahasa yang Didukung 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"
            ]
        }
    ]
}