D2e Asset Viewer

Display Descent Second Edition Game Assets

D2e Asset Viewerとは何ですか?

D2e Asset Viewerはany2cardsによって開発されたChromeの拡張機能で、その主な機能は「Display Descent Second Edition Game Assets」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

D2e Asset Viewer拡張機能のCRXファイルをダウンロード

D2e Asset Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        When accessing the Descent Second Edition forum on various supported sites, key assets will be underlined in red.  If you hover over those names with your mouse, an image of the asset in question will automatically pop up.

Privacy Policy: This extension does NOT handle user data !!!                    

拡張機能の基本情報

名前 D2e Asset Viewer D2e Asset Viewer
ID eogijhlgecmaiggclkhhoffcechggfml
公式URL https://chromewebstore.google.com/detail/d2e-asset-viewer/eogijhlgecmaiggclkhhoffcechggfml
説明 Display Descent Second Edition Game Assets
ファイルサイズ 115 KB
インストール数 269
現在のバージョン 5.1.1
最終更新日 2023-12-11
公開日 2019-12-02
評価 4.94/5 合計 17 レビュー
開発者 any2cards
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "D2e Asset Viewer",
    "description": "Display Descent Second Edition Game Assets",
    "version": "5.1.1",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fantasyflightgames.com\/*",
                "*:\/\/*.boardgamegeek.com\/*",
                "*:\/\/*.reddit.com\/r\/JourneysInTheDark\/*",
                "*:\/\/*.roll20.net\/*",
                "*:\/\/*.descent2e.fandom.com\/*",
                "*:\/\/*.descent-community.org\/*",
                "*:\/\/any2cards.github.io\/d2e\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/raw.githubusercontent.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "32": "icon-32.png"
    },
    "action": {
        "default_title": "D2e Asset Viewer Options",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    }
}