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.”。

擴展截圖

screenshot

下載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 DnD Beyond Game Log
ID dckkobfhocjadfiinhkklfkljepejahf
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}