Nebulas Wallet
User Friendly $NAS Wallet. The easiest way to start using Nebulas.
Nebulas Walletคืออะไร?
Nebulas Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nebulaswallet.app และคุณลักษณะหลักของมันคือ "User Friendly $NAS Wallet. The easiest way to start using Nebulas."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nebulas Wallet
ดาวน์โหลดไฟล์ส่วนขยาย Nebulas Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nebulas Wallet is the easiest way to start using Nebulas distributed applications, or "Dapps" in your normal Chrome browser! Nebulas is a next generation public blockchain, aiming for a continuously improving ecosystem. This extension will kickstart your blockchain experience : 1. Easy to use wallet: An encrypted wallet is generated automatically for you. 2. Seed Funds: The first 1M users get 1000 Gwei on the next minted block. 3. Simple transfers: Send and receive $NAS directly from your browser. 4. Distributed Apps: NebPay integration allows you to start using Dapps right away! Nebulas Wallet is still under development, feel free to check the source code here: https://github.com/fpanettieri/nebulas-wallet
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nebulas Wallet |
ID | magbanejlegnbcppjljfhnmfmghialkl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nebulas-wallet/magbanejlegnbcppjljfhnmfmghialkl |
คำอธิบาย | User Friendly $NAS Wallet. The easiest way to start using Nebulas. |
ขนาดไฟล์ | 896 KB |
จำนวนการติดตั้ง | 134 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2018-07-05 |
วันที่เผยแพร่ | 2018-07-04 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://nebulaswallet.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nebulaswallet.app |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nebulas Wallet", "short_name": "$NAS Wallet", "version": "1.0.5", "description": "User Friendly $NAS Wallet. The easiest way to start using Nebulas.", "author": "https:\/\/nebulaswallet.app", "permissions": [ "storage" ], "optional_permissions": [ "identity", "identity.email", "downloads" ], "background": { "scripts": [ "js\/nebulas.min.js", "js\/background.min.js" ], "persistent": false }, "browser_action": { "default_title": "Nebulas Wallet", "default_popup": "html\/wallet.html" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/js\/content.min.js" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "32": "img\/icon32.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |