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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}