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 |
| 官方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"
]
}
]
} | |