Narwallets V4

NEAR protocol wallet

Narwallets V4 là gì?

Narwallets V4 là một tiện ích mở rộng Chrome được phát triển bởi Narwallets.com, và tính năng chính của nó là "NEAR protocol wallet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Narwallets V4

Tải xuống các tệp mở rộng Narwallets V4 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Narwallets is a chrome-extension wallet for easily managing your NEAR accounts

Narwallets is the first chrome-extension wallet exclusive for the NEAR blockchain.

* NEP-141 Token Support
* Integrated Liquid Staking via Metapool.app
* Lockup Accounts Support

Changelog
2022-04-02 Better auto-refresh of on-chain balances
2022-10-09 V4 - Integrate with wallet-selector
2022-12-28 V4.0.5 - quick select account
2023-01-11 V4.0.6 - Implement NEP-408 for wallet-selector
2023-05-01 simpler account selection
2023-12-08 backup source for quotes                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Narwallets V4 Narwallets V4
ID lkpeokpdkmcdaiadpmnnpimlgmdobkdj
URL Chính Thức https://chromewebstore.google.com/detail/narwallets-v4/lkpeokpdkmcdaiadpmnnpimlgmdobkdj
Mô tả NEAR protocol wallet
Kích Thước Tệp 237 KB
Số Lần Cài Đặt 180
Phiên Bản Hiện Tại 4.0.9
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2022-10-15
Nhà Phát Triển Narwallets.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.narwallets.com
URL Trang Trợ Giúp https://discord.gg/N38GQ2ejrS
URL Trang Chính Sách Bảo Mật https://www.narwallets.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Narwallets V4",
    "description": "NEAR protocol wallet",
    "version": "4.0.9",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "dist\/background\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content-script.js",
                "dist\/injected-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-38.png",
                "script.bundle.js",
                "popup.html",
                "injected-script.js",
                "dist\/injected-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}