Web3 Name Service (WNS)

WNS chrome extension allows dApps to integrate with the WNS ecosystem

什麼是Web3 Name Service (WNS)?

Web3 Name Service (WNS)是由https://wnsdomains.io開發的Chrome擴展程式,該擴展的主要功能是“WNS chrome extension allows dApps to integrate with the WNS ecosystem”。

擴展截圖

screenshot
screenshot

下載Web3 Name Service (WNS)擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}