dNet

Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs

dNet क्या है?

dNet MrV द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs"।

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

screenshot

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

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

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

                        Access a decentralized internet on the Ardor blockchain platform.  This extension will load HTML/CSS pages stored on Ardor the display them in your browser using *.ardor URLs                    

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

नाम dNet dNet
ID hfadghcjdnibmkeeoaffmhcgdgnlaohd
आधिकारिक URL https://chromewebstore.google.com/detail/dnet/hfadghcjdnibmkeeoaffmhcgdgnlaohd
विवरण Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs
फ़ाइल का आकार 17.42 KB
स्थापना संख्या 23
वर्तमान संस्करण 0.5
अंतिम अपडेट 2020-03-17
प्रकाशन तिथि 2020-03-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर MrV
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "dNet",
    "description": "Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs",
    "version": "0.5",
    "permissions": [
        "webRequest",
        "storage",
        "activeTab",
        "*:\/\/*.ardor\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/*.png",
        "index.html",
        "inject.js"
    ]
}