Railduino Zeroconf-Lookup
Find HTTP Servers in the .local domain using Zeroconf
Railduino Zeroconf-Lookupとは何ですか?
Railduino Zeroconf-LookupはRailduinoによって開発されたChromeの拡張機能で、その主な機能は「Find HTTP Servers in the .local domain using Zeroconf」です。
拡張機能のスクリーンショット
Railduino Zeroconf-Lookup拡張機能のCRXファイルをダウンロード
Railduino Zeroconf-Lookup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Railduino Zeroconf-Lookup is a browser extension for finding local web servers using the mDNS-SD protocol. The acronym mDNS-SD stands for "Multicast Domain Name System - Service Discovery" and provides a mechanism whereby web servers announce their IP address and port. The technology is commonly called Zeroconf, Apple calls it Bonjour. For security reasons browsers do not use Zeroconf anymore. The extension requires a companion program called a "Native Messaging Host" which needs to be installed separately. It can be found under https://github.com/railduino/zeroconf-lookup and is open source under the MIT license.
拡張機能の基本情報
名前 | Railduino Zeroconf-Lookup |
ID | gikfkgfjepbdpiljbieedpkcjikapbbg |
公式URL | https://chromewebstore.google.com/detail/railduino-zeroconf-lookup/gikfkgfjepbdpiljbieedpkcjikapbbg |
説明 | Find HTTP Servers in the .local domain using Zeroconf |
ファイルサイズ | 22.12 KB |
インストール数 | 203 |
現在のバージョン | 2.4.0 |
最終更新日 | 2018-03-04 |
公開日 | 2018-03-04 |
評価 | 1.00/5 合計 3 レビュー |
開発者 | Railduino |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/railduino/zeroconf-lookup/blob/master/PRIVACY.md |
対応言語 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Railduino Zeroconf-Lookup", "description": "__MSG_extensionDescription__", "version": "2.4.0", "homepage_url": "https:\/\/github.com\/railduino\/zeroconf-lookup", "author": "Volker Wiegand", "short_name": "Railduino", "icons": { "16": "icons\/railduino-16.png", "32": "icons\/railduino-32.png", "48": "icons\/railduino-48.png", "96": "icons\/railduino-96.png", "128": "icons\/railduino-128.png" }, "browser_action": { "default_icon": "icons\/railduino-128.png", "default_popup": "popup\/lookup.html" }, "permissions": [ "nativeMessaging" ], "default_locale": "en" } |