Railduino Zeroconf-Lookup
Find HTTP Servers in the .local domain using Zeroconf
Cos'è Railduino Zeroconf-Lookup?
Railduino Zeroconf-Lookup è un'estensione di Chrome sviluppata da Railduino, e la sua funzione principale è "Find HTTP Servers in the .local domain using Zeroconf".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Railduino Zeroconf-Lookup
Scarica i file di estensione Railduino Zeroconf-Lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Railduino Zeroconf-Lookup |
ID | gikfkgfjepbdpiljbieedpkcjikapbbg |
URL Ufficiale | https://chromewebstore.google.com/detail/railduino-zeroconf-lookup/gikfkgfjepbdpiljbieedpkcjikapbbg |
Descrizione | Find HTTP Servers in the .local domain using Zeroconf |
Dimensione del File | 22.12 KB |
Conteggio Installazioni | 203 |
Versione Corrente | 2.4.0 |
Ultimo Aggiornamento | 2018-03-04 |
Data di Pubblicazione | 2018-03-04 |
Valutazione | 1.00/5 Totale 3 Valutazioni |
Sviluppatore | Railduino |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://github.com/railduino/zeroconf-lookup/blob/master/PRIVACY.md |
Lingue Supportate | 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" } |