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”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
}