D&D Beyond PrettyPrint
Prettier printing for your resources on D&D Beyond
D&D Beyond PrettyPrintคืออะไร?
D&D Beyond PrettyPrint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย colsen1991 และคุณลักษณะหลักของมันคือ "Prettier printing for your resources on D&D Beyond"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D&D Beyond PrettyPrint
ดาวน์โหลดไฟล์ส่วนขยาย D&D Beyond PrettyPrint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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). ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
}
]
} | |