Railduino Zeroconf-Lookup

Find HTTP Servers in the .local domain using Zeroconf

Railduino Zeroconf-Lookup क्या है?

Railduino Zeroconf-Lookup Railduino द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find HTTP Servers in the .local domain using Zeroconf"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Railduino Zeroconf-Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}