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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dNet
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |