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 |
官方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" ] } ] } |