dNet

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

dNet là gì?

dNet là một tiện ích mở rộng Chrome được phát triển bởi MrV, và tính năng chính của nó là "Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng dNet

Tải xuống các tệp mở rộng dNet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên dNet dNet
ID hfadghcjdnibmkeeoaffmhcgdgnlaohd
URL Chính Thức https://chromewebstore.google.com/detail/dnet/hfadghcjdnibmkeeoaffmhcgdgnlaohd
Mô tả Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs
Kích Thước Tệp 17.42 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2020-03-17
Ngày Phát Hành 2020-03-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển MrV
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}