DIM Stream Deck

[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)

DIM Stream Deckคืออะไร?

DIM Stream Deck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fcannizzaro และคุณลักษณะหลักของมันคือ "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DIM Stream Deck

ดาวน์โหลดไฟล์ส่วนขยาย DIM Stream Deck ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        [DEPRECATED]
This extension is no more needed.

[DESCRIPTION]
This extension allow the user to transfer user loadout, see inventory / postmaster info, to execute actions like refresh, search, equip loadout and more using the linked Elgato Stream Deck plugin

For the new system go to https://dim-stream-deck.netlify.app                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DIM Stream Deck DIM Stream Deck
ID odiiafbigbkmleijfhjgidbiefjolcmg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dim-stream-deck/odiiafbigbkmleijfhjgidbiefjolcmg
คำอธิบาย [DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
ขนาดไฟล์ 183 KB
จำนวนการติดตั้ง 417
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-07-05
วันที่เผยแพร่ 2022-02-08
คะแนน 3.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา fcannizzaro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dim-stream-deck.netlify.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DIM Stream Deck",
    "description": "[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)",
    "version": "1.0.3",
    "author": "fcannizzaro",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/beta.destinyitemmanager.com\/*",
                "https:\/\/app.destinyitemmanager.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}