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. 拡張機能の基本情報
| 名前 | |
| ID | mlljfppchmcgamjeemceaghginmbmgha |
| 公式URL | 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 |
| Eメール | [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"
}
} | |