Railduino Zeroconf-Lookup

Find HTTP Servers in the .local domain using Zeroconf

Qu'est-ce que Railduino Zeroconf-Lookup ?

Railduino Zeroconf-Lookup est une extension Chrome développée par Railduino, et sa fonction principale est "Find HTTP Servers in the .local domain using Zeroconf".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Railduino Zeroconf-Lookup

Téléchargez les fichiers d'extension Railduino Zeroconf-Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Railduino Zeroconf-Lookup Railduino Zeroconf-Lookup
ID gikfkgfjepbdpiljbieedpkcjikapbbg
URL Officiel https://chromewebstore.google.com/detail/railduino-zeroconf-lookup/gikfkgfjepbdpiljbieedpkcjikapbbg
Description Find HTTP Servers in the .local domain using Zeroconf
Taille du Fichier 22.12 KB
Nombre d'Installations 203
Version Actuelle 2.4.0
Dernière Mise à Jour 2018-03-04
Date de Publication 2018-03-04
Évaluation 1.00/5 Total 3 Évaluations
Développeur Railduino
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/railduino/zeroconf-lookup/blob/master/PRIVACY.md
Langues Prises en Charge 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"
}