Narwallets
NEAR protocol multi-account wallets
Narwalletsคืออะไร?
Narwallets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Narwallets.com และคุณลักษณะหลักของมันคือ "NEAR protocol multi-account wallets"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Narwallets
ดาวน์โหลดไฟล์ส่วนขยาย Narwallets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Welcome to Narwallets. The future is NEAR. Note: V3 is available here, and can be used side-by-side with this V2 version https://chrome.google.com/webstore/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd This V2 version is no longer maintained. Narwallets is a multi-wallet chrome-extension for easily managing your NEAR accounts and accessing narwallets-enabled DApps in the NEAR blockchain. Narwallets is the first multi-account, multi-user chrome-extension wallet exclusive for the NEAR blockchain. Safe by default, accounts are added in read-only mode, no seed phrase required until needed. You can add multiple accounts and the extension will show you the total sum of all your accounts. You can also manage your lockup-contract accounts and eventually take full control of your funds. It uses a novel API mechanism to connect to DApps, where *you* decide when to connect and when to disconnect from the webpage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Narwallets |
ID | bnbmlmjhaohpobnjfifeghjmamjfolnb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/narwallets/bnbmlmjhaohpobnjfifeghjmamjfolnb |
คำอธิบาย | NEAR protocol multi-account wallets |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 1,775 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2022-01-16 |
วันที่เผยแพร่ | 2020-12-21 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Narwallets.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://narwallets.com/ |
URL หน้าช่วยเหลือ | https://github.com/Narwallets/narwallets-extension/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://www.narwallets.com/privacy-policy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Narwallets", "description": "NEAR protocol multi-account wallets", "version": "2.0.2", "browser_action": { "default_popup": "index.html" }, "background": { "page": "background\/background.html", "persistent": false }, "permissions": [ "activeTab", "tabs", "storage", "alarms" ], "icons": { "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" } } |