D&D Beyond PrettyPrint
Prettier printing for your resources on D&D Beyond
D&D Beyond PrettyPrint क्या है?
D&D Beyond PrettyPrint colsen1991 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prettier printing for your resources on D&D Beyond"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में D&D Beyond PrettyPrint एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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).
एक्सटेंशन की मूल जानकारी
नाम | D&D Beyond PrettyPrint |
ID | gmdjllfbcakbcmbbjhjfkoaakdopiijf |
आधिकारिक URL | https://chromewebstore.google.com/detail/dd-beyond-prettyprint/gmdjllfbcakbcmbbjhjfkoaakdopiijf |
विवरण | Prettier printing for your resources on D&D Beyond |
फ़ाइल का आकार | 12.04 KB |
स्थापना संख्या | 276 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-04-09 |
प्रकाशन तिथि | 2021-11-12 |
डेवलपर | colsen1991 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/colsen1991/dndbeyond-prettyprint |
समर्थित भाषाएँ | 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" ] } ] } |