EOSDNS
Enables the resolving of .eos domains.
Cos'è EOSDNS?
EOSDNS è un'estensione di Chrome sviluppata da http://bloks.io, e la sua funzione principale è "Enables the resolving of .eos domains.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EOSDNS
Scarica i file di estensione EOSDNS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | bapgppgkkohoiadofnmhphkjclmmmiac |
| URL Ufficiale | https://chrome.google.com/webstore/detail/eosdns/bapgppgkkohoiadofnmhphkjclmmmiac |
| Descrizione | Enables the resolving of .eos domains. |
| Dimensione del File | 53.8 KB |
| Conteggio Installazioni | 258 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2019-07-07 |
| Data di Pubblicazione | 2019-07-07 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | http://bloks.io |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://bloks.io/privacy-policy |
| Lingue Supportate | 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\/"
} | |