dNet
Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs
Wat is dNet?
dNet is een Chrome-extensie ontwikkeld door MrV, en de belangrijkste functie is "Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs".
Extensie Screenshots
Download het CRX-bestand van de extensie dNet
Download dNet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | dNet |
ID | hfadghcjdnibmkeeoaffmhcgdgnlaohd |
Officiële URL | https://chromewebstore.google.com/detail/dnet/hfadghcjdnibmkeeoaffmhcgdgnlaohd |
Beschrijving | Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs |
Bestandsgrootte | 17.42 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2020-03-17 |
Publicatiedatum | 2020-03-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | MrV |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |