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
公式URL 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
Eメール [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'"
    }
}