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 |
官方網址 | 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 |
電子郵箱 | [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\/" } |