dNet
Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs
什么是dNet?
dNet是由MrV开发的Chrome扩展程序,该扩展的主要功能是“Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs”。
扩展截图
下载dNet扩展crx文件
下载dNet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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"
]
} | |