Railduino Zeroconf-Lookup
Find HTTP Servers in the .local domain using Zeroconf
Railduino Zeroconf-Lookup là gì?
Railduino Zeroconf-Lookup là một tiện ích mở rộng Chrome được phát triển bởi Railduino, và tính năng chính của nó là "Find HTTP Servers in the .local domain using Zeroconf".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Railduino Zeroconf-Lookup
Tải xuống các tệp mở rộng Railduino Zeroconf-Lookup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Railduino Zeroconf-Lookup |
ID | gikfkgfjepbdpiljbieedpkcjikapbbg |
URL Chính Thức | https://chromewebstore.google.com/detail/railduino-zeroconf-lookup/gikfkgfjepbdpiljbieedpkcjikapbbg |
Mô tả | Find HTTP Servers in the .local domain using Zeroconf |
Kích Thước Tệp | 22.12 KB |
Số Lần Cài Đặt | 203 |
Phiên Bản Hiện Tại | 2.4.0 |
Cập Nhật Lần Cuối | 2018-03-04 |
Ngày Phát Hành | 2018-03-04 |
Đánh Giá | 1.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Railduino |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://github.com/railduino/zeroconf-lookup/blob/master/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | 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" } |