EOSDNS

Enables the resolving of .eos domains.

Qu'est-ce que EOSDNS ?

EOSDNS est une extension Chrome développée par http://bloks.io, et sa fonction principale est "Enables the resolving of .eos domains.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension EOSDNS

Téléchargez les fichiers d'extension EOSDNS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom EOSDNS EOSDNS
ID bapgppgkkohoiadofnmhphkjclmmmiac
URL Officiel https://chrome.google.com/webstore/detail/eosdns/bapgppgkkohoiadofnmhphkjclmmmiac
Description Enables the resolving of .eos domains.
Taille du Fichier 53.8 KB
Nombre d'Installations 258
Version Actuelle 0.0.3
Dernière Mise à Jour 2019-07-07
Date de Publication 2019-07-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://bloks.io
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://bloks.io/privacy-policy
Langues Prises en Charge 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\/"
}