EOSDNS
Enables the resolving of .eos domains.
Was ist EOSDNS?
EOSDNS ist eine Chrome-Erweiterung, die von http://bloks.io entwickelt wurde, und ihr Hauptmerkmal ist "Enables the resolving of .eos domains.".
Erweiterungsscreenshots
EOSDNS-Erweiterungs-CRX-Datei herunterladen
Laden Sie EOSDNS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | bapgppgkkohoiadofnmhphkjclmmmiac |
Offizielle URL | https://chrome.google.com/webstore/detail/eosdns/bapgppgkkohoiadofnmhphkjclmmmiac |
Beschreibung | Enables the resolving of .eos domains. |
Dateigröße | 53.8 KB |
Installationsanzahl | 258 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2019-07-07 |
Veröffentlichungsdatum | 2019-07-07 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://bloks.io |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://bloks.io/privacy-policy |
Unterstützte Sprachen | 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\/" } |