NEM Blockchain DNS
This extension automatically adds .NEM DNS blockchain browser support
NEM Blockchain DNSคืออะไร?
NEM Blockchain DNS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aenima และคุณลักษณะหลักของมันคือ "This extension automatically adds .NEM DNS blockchain browser support"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NEM Blockchain DNS
ดาวน์โหลดไฟล์ส่วนขยาย NEM Blockchain DNS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Resolves domains from the NEM blockchain name systems (DNS). This extension allows you to easily visit websites at domain names from the NEM networks. There is no configuration - simply install the package and start browsing .nem domains. You can search names like www.hello.nem , www.learn.nem or www.nanowallet.nem The NEM DNS is build on the NEM blockchain platform and is opensource: https://github.com/aenima86/NEM-DNS
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cecfgjcaojocahnokodcboipkhdcefip |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nem-blockchain-dns/cecfgjcaojocahnokodcboipkhdcefip |
คำอธิบาย | This extension automatically adds .NEM DNS blockchain browser support |
ขนาดไฟล์ | 658 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-01-22 |
วันที่เผยแพร่ | 2019-01-22 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | aenima |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NEM Blockchain DNS", "description": "This extension automatically adds .NEM DNS blockchain browser support ", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_title": "NEM Blockchain DNS" }, "background": { "scripts": [ "background.js", "nem-sdk.js", "jquery.min.js" ] }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "alarms", "notifications", "storage", "webRequest", "webRequestBlocking", " |