dNet

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

Co to jest dNet?

dNet to rozszerzenie Chrome opracowane przez MrV, a jego główną funkcją jest „Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia dNet

Pobierz pliki rozszerzeń dNet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa dNet dNet
ID hfadghcjdnibmkeeoaffmhcgdgnlaohd
Oficjalny URL https://chromewebstore.google.com/detail/dnet/hfadghcjdnibmkeeoaffmhcgdgnlaohd
Opis Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs
Rozmiar pliku 17.42 KB
Liczba instalacji 23
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2020-03-17
Data Publikacji 2020-03-16
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper MrV
Typ Płatności free
Obsługiwane Języki 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"
    ]
}