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 |
官方網址 | 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 |
電子郵箱 | [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" } |