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 擴展基本資訊
| 名稱 | |
| ID | ieiilgpefgcofngfobgjineehgjghleg |
| 官方網址 | 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:\/\/*\/"
]
} | |