DIM Stream Deck
[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)
什麼是DIM Stream Deck?
DIM Stream Deck是由fcannizzaro開發的Chrome擴展程式,該擴展的主要功能是“[DEPRECATED] Extension that allows the Elgato Stream Deck to interact with DIM (Destiny Item Manager)”。
擴展截圖
下載DIM Stream Deck擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | odiiafbigbkmleijfhjgidbiefjolcmg |
官方網址 | 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" ] } ] } |