D2e Asset Viewer

Display Descent Second Edition Game Assets

D2e Asset Viewerคืออะไร?

D2e Asset Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย any2cards และคุณลักษณะหลักของมันคือ "Display Descent Second Edition Game Assets"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D2e Asset Viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    }
}