Narwallets V3
NEAR protocol wallet
Narwallets V3คืออะไร?
Narwallets V3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Narwallets.com และคุณลักษณะหลักของมันคือ "NEAR protocol wallet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Narwallets V3
ดาวน์โหลดไฟล์ส่วนขยาย Narwallets V3 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Narwallets is a chrome-extension wallet for easily managing your NEAR accounts and accessing narwallets-enabled DApps in the NEAR blockchain. Narwallets is the first chrome-extension wallet exclusive for the NEAR blockchain. It uses a secure API mechanism to connect to DApps, where *you* decide when to connect and when to disconnect from the webpage. * NEP-141 Token Support * Integrated Liquid Staking via Metapool.app * Lockup Accounts Support Changelog 2022-4-2 Better auto-refresh of on-chain balances
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Narwallets V3 |
ID | ipbomjpcpbebobdnkoogngmknkohncjd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd |
คำอธิบาย | NEAR protocol wallet |
ขนาดไฟล์ | 232 KB |
จำนวนการติดตั้ง | 1,476 |
เวอร์ชันปัจจุบัน | 3.0.10 |
อัปเดตครั้งล่าสุด | 2022-04-02 |
วันที่เผยแพร่ | 2021-09-07 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Narwallets.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.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 V3", "description": "NEAR protocol wallet", "version": "3.0.10", "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" } } |