dNet
Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs
Qu'est-ce que dNet ?
dNet est une extension Chrome développée par MrV, et sa fonction principale est "Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension dNet
Téléchargez les fichiers d'extension dNet 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
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
Informations de Base sur l'Extension
Nom | dNet |
ID | hfadghcjdnibmkeeoaffmhcgdgnlaohd |
URL Officiel | https://chromewebstore.google.com/detail/dnet/hfadghcjdnibmkeeoaffmhcgdgnlaohd |
Description | Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs |
Taille du Fichier | 17.42 KB |
Nombre d'Installations | 23 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2020-03-17 |
Date de Publication | 2020-03-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | MrV |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |