Railduino Zeroconf-Lookup

Find HTTP Servers in the .local domain using Zeroconf

Τι είναι το Railduino Zeroconf-Lookup;

Το Railduino Zeroconf-Lookup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Railduino, και η κύρια λειτουργία του είναι "Find HTTP Servers in the .local domain using Zeroconf".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Railduino Zeroconf-Lookup

Λήψη αρχείων επέκτασης 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"
}