EOSDNS
Enables the resolving of .eos domains.
Wat is EOSDNS?
EOSDNS is een Chrome-extensie ontwikkeld door http://bloks.io, en de belangrijkste functie is "Enables the resolving of .eos domains.".
Extensie Screenshots
Download het CRX-bestand van de extensie EOSDNS
Download EOSDNS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | bapgppgkkohoiadofnmhphkjclmmmiac |
Officiële URL | https://chrome.google.com/webstore/detail/eosdns/bapgppgkkohoiadofnmhphkjclmmmiac |
Beschrijving | Enables the resolving of .eos domains. |
Bestandsgrootte | 53.8 KB |
Aantal Installaties | 258 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2019-07-07 |
Publicatiedatum | 2019-07-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://bloks.io |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://bloks.io/privacy-policy |
Ondersteunde Talen | 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\/" } |