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 | 
| 官方網址 | 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"
    ]
}  |  |