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 |
| Eメール | [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"
]
}
]
} | |