Web3 Name Service (WNS)

WNS chrome extension allows dApps to integrate with the WNS ecosystem

Web3 Name Service (WNS)คืออะไร?

Web3 Name Service (WNS) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wnsdomains.io และคุณลักษณะหลักของมันคือ "WNS chrome extension allows dApps to integrate with the WNS ecosystem"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web3 Name Service (WNS)

ดาวน์โหลดไฟล์ส่วนขยาย Web3 Name Service (WNS) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Web3 Name Service (WNS) is a domain naming service which allows users to map their Web3 wallet addresses to a human-readable username. Your Web3 username allows you to access blockchain and non-blockchain resources, connecting various spheres of your Web3 world together. You can send and receive payments, host a website and showcase your NFT collection through your username.

WNS chrome extension allows integration of dApps with the WNS ecosystem. This extension acts a gateway to access the WNS database and provide a seamless interface for resolution of WNS usernames within the dApp environment.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Web3 Name Service (WNS) Web3 Name Service (WNS)
ID jpcmgjfdfgakjebkgpakliolapnaglkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web3-name-service-wns/jpcmgjfdfgakjebkgpakliolapnaglkd
คำอธิบาย WNS chrome extension allows dApps to integrate with the WNS ecosystem
ขนาดไฟล์ 87.24 KB
จำนวนการติดตั้ง 165
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2022-02-24
วันที่เผยแพร่ 2022-02-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://wnsdomains.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wnsdomains.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web3 Name Service (WNS)",
    "description": "WNS chrome extension allows dApps to integrate with the WNS ecosystem",
    "version": "0.1.2",
    "manifest_version": 3,
    "icons": {
        "16": ".\/resources\/images\/16.png",
        "32": ".\/resources\/images\/32.png",
        "48": ".\/resources\/images\/48.png",
        "128": ".\/resources\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "\/resources\/scripts\/wns_resolver.js",
                "\/resources\/scripts\/jquery.js",
                "\/resources\/js\/main\/imports.js",
                "\/resources\/js\/main\/etherscan.js",
                "\/resources\/js\/main\/opensea.js",
                "\/resources\/js\/main\/binance.js",
                "\/resources\/js\/main\/ftx.js",
                "\/resources\/js\/main\/kraken.js",
                "\/resources\/js\/main\/kucoin.js",
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/resources\/images\/collections.json",
                "\/resources\/images\/blue128x128.png",
                "\/resources\/images\/gray128x128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}