EOSDNS

Enables the resolving of .eos domains.

EOSDNS क्या है?

EOSDNS http://bloks.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables the resolving of .eos domains."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EOSDNS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम EOSDNS EOSDNS
ID bapgppgkkohoiadofnmhphkjclmmmiac
आधिकारिक URL 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\/"
}