EOSDNS
Enables the resolving of .eos domains.
EOSDNSとは何ですか?
EOSDNSはhttp://bloks.ioによって開発されたChromeの拡張機能で、その主な機能は「Enables the resolving of .eos domains.」です。
拡張機能のスクリーンショット
EOSDNS拡張機能のCRXファイルをダウンロード
EOSDNS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
EOSDNS resolves .eos from blockchain name systems. This is the gateway to a decentralized DNS system. Every EOS user can access their domain in 3 different ways: 1) ACCOUNT.eos (e.g. eoscafeblock.eos) 2) eos://ACCOUNT (e.g. eos://eoscafeblock) 3) Type in eos, then press tab and type in account name (chrome omnibox) Your DNS settings are retrieved directly from the EOS blockchain, creating a decentralized browsing experience. Visit https://eosdns.io to learn more!
拡張機能の基本情報
名前 | |
ID | bapgppgkkohoiadofnmhphkjclmmmiac |
公式URL | https://chrome.google.com/webstore/detail/eosdns/bapgppgkkohoiadofnmhphkjclmmmiac |
説明 | Enables the resolving of .eos domains. |
ファイルサイズ | 53.8 KB |
インストール数 | 258 |
現在のバージョン | 0.0.3 |
最終更新日 | 2019-07-07 |
公開日 | 2019-07-07 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | http://bloks.io |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://bloks.io/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EOSDNS", "version": "0.0.3", "description": "Enables the resolving of .eos domains.", "icons": { "16": "icon16.png", "32": "icon32.png", "96": "icon96.png", "128": "icon128.png" }, "background": { "scripts": [ "background\/config.js", "background\/helpers.js", "background\/index.js" ] }, "browser_action": { "default_icon": "icon32.png", "default_popup": "popup\/popup.html" }, "omnibox": { "keyword": "eos" }, "permissions": [ "webRequest", "webRequestBlocking", "proxy", "storage", "*:\/\/*\/*" ], "homepage_url": "https:\/\/eosdns.io\/" } |