HNS.TO
The gateway to Handshake domains. Search a Handshake name.
什麼是HNS.TO?
HNS.TO是由https://hnsdomain.com開發的Chrome擴展程式,該擴展的主要功能是“The gateway to Handshake domains. Search a Handshake name.”。
擴展截圖
下載HNS.TO擴展crx文件
下載HNS.TO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
HNS.to resolves Handshake domains HNS.to allows you to access Handshake names without having to configure your own DNS.
擴展基本資訊
名稱 | HNS.TO |
ID | mlljfppchmcgamjeemceaghginmbmgha |
官方網址 | https://chromewebstore.google.com/detail/hnsto/mlljfppchmcgamjeemceaghginmbmgha |
簡介 | The gateway to Handshake domains. Search a Handshake name. |
檔案大小 | 18.04 KB |
安裝次數 | 242 |
目前版本 | 1.0 |
更新時間 | 2020-10-30 |
上架時間 | 2020-09-21 |
開發者 | https://hnsdomain.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://hns.to/ |
說明頁面URL | https://hns.to/learn.nb |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HNS.TO", "manifest_version": 2, "short_name": "HNS Gateway", "description": "The gateway to Handshake domains. Search a Handshake name.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "hnsto16x16.png" }, "icons": { "128": "hnsto128x128.png" } } |