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
拡張機能の基本情報
名前 | 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" ] } |