DnD Beyond Game Log
Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.
DnD Beyond Game Logとは何ですか?
DnD Beyond Game Logはalexander.saurberによって開発されたChromeの拡張機能で、その主な機能は「Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.」です。
拡張機能のスクリーンショット
DnD Beyond Game Log拡張機能のCRXファイルをダウンロード
DnD Beyond Game Log拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension modifies the DnD Beyond campaign page when you click the "Game Log" button. Upon loading the page, it adds an event listener to wait for the Game Log button to be clicked. Once clicked, it removes all content from the page except the Game Log messages, and styles them to a dark mode with more subtle colors for all of the colored dice roll effects.
拡張機能の基本情報
名前 | DnD Beyond Game Log |
ID | dckkobfhocjadfiinhkklfkljepejahf |
公式URL | https://chromewebstore.google.com/detail/dnd-beyond-game-log/dckkobfhocjadfiinhkklfkljepejahf |
説明 | Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page. |
ファイルサイズ | 17.71 KB |
インストール数 | 173 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-07-11 |
公開日 | 2023-07-10 |
開発者 | alexander.saurber |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DnD Beyond Game Log", "version": "1.0.0", "description": "Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.dndbeyond.com\/campaigns\/*" ], "css": [ "scripts\/style.css" ] } ] } |