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"
}