MultiPlug Discovery
This extension discovers MultiPlug instances on the current network.
什么是MultiPlug Discovery?
MultiPlug Discovery是由British Systems开发的Chrome扩展程序,该扩展的主要功能是“This extension discovers MultiPlug instances on the current network.”。
扩展截图
下载MultiPlug Discovery扩展crx文件
下载MultiPlug Discovery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension requires the 'SSDP Provider' App to work. https://chrome.google.com/webstore/detail/ssdp-provider/pfdiljjcookjofjbjnbnkgfnfmnoljmk
扩展基本信息
名称 | MultiPlug Discovery |
ID | ieiilgpefgcofngfobgjineehgjghleg |
官方URL | https://chromewebstore.google.com/detail/multiplug-discovery/ieiilgpefgcofngfobgjineehgjghleg |
简介 | This extension discovers MultiPlug instances on the current network. |
文件大小 | 54.22 KB |
安装次数 | 81 |
当前版本 | 1.0.0.4 |
更新时间 | 2018-01-18 |
上架时间 | 2018-01-18 |
开发者 | British Systems |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiPlug Discovery", "short_name": "MultiPlug", "description": "This extension discovers MultiPlug instances on the current network.", "version": "1.0.0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |