Around Wallet

Near chain wallet provides users with a lighter experience

什麼是Around Wallet?

Around Wallet是由aroundprotocol開發的Chrome擴展程式,該擴展的主要功能是“Near chain wallet provides users with a lighter experience”。

擴展截圖

screenshot
screenshot
screenshot

下載Around Wallet擴展crx文件

下載Around Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Around Wallet Around Wallet
ID hlcmhgjjiaibmpgmiijooccapcbgmpmb
官方網址 https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb
簡介 Near chain wallet provides users with a lighter experience
檔案大小 3.27 MB
安裝次數 73
目前版本 1.0.0
更新時間 2022-04-26
上架時間 2022-04-26
開發者 aroundprotocol
電子郵箱 [email protected]
付費類型 free
擴展官網 https://around.finance/
隱私政策頁面URL https://around-protocol.gitbook.io/around/other/terms-of-use
支援的語言 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'"
    }
}