dNet

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

ما هو dNet؟

dNet هو إضافة Chrome تم تطويرها بواسطة MrV، والميزة الرئيسية لها هي "Access a decentralized internet on the Ardor blockchain platform using *.ardor URLs".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة dNet

قم بتنزيل ملفات الامتداد dNet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم dNet dNet
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"
    ]
}