Around Wallet

Near chain wallet provides users with a lighter experience

Around Wallet là gì?

Around Wallet là một tiện ích mở rộng Chrome được phát triển bởi aroundprotocol, và tính năng chính của nó là "Near chain wallet provides users with a lighter experience".

Ả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 Around Wallet

Tải xuống các tệp mở rộng Around Wallet 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

                        Around Wallet
Around is a web-based cryptocurrency wallet and browser extension that enables you to safely manage assets on the Near blockchain.

In addition to sending and receiving funds, Around also allows you to securely connect and interact with decentralized applications (Dapps) on the Near blockchain and other chains.                    

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

Tên Around Wallet Around Wallet
ID hlcmhgjjiaibmpgmiijooccapcbgmpmb
URL Chính Thức https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb
Mô tả Near chain wallet provides users with a lighter experience
Kích Thước Tệp 3.27 MB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-04-26
Ngày Phát Hành 2022-04-26
Nhà Phát Triển aroundprotocol
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://around.finance/
URL Trang Chính Sách Bảo Mật https://around-protocol.gitbook.io/around/other/terms-of-use
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Around Wallet",
    "homepage_url": "https:\/\/wallet.near.org\/",
    "description": "Near chain wallet provides users with a lighter experience",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content-script.js",
                "js\/inpage-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Around Wallet",
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inpage-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}