D&D Beyond PrettyPrint
Prettier printing for your resources on D&D Beyond
什麼是D&D Beyond PrettyPrint?
D&D Beyond PrettyPrint是由colsen1991開發的Chrome擴展程式,該擴展的主要功能是“Prettier printing for your resources on D&D Beyond”。
擴展截圖
下載D&D Beyond PrettyPrint擴展crx文件
下載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 |
| 官方網址 | 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"
]
}
]
} | |