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:\/\/*\/" ] } |