Around Wallet

Near chain wallet provides users with a lighter experience

Around Wallet क्या है?

Around Wallet aroundprotocol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Near chain wallet provides users with a lighter experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Around Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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'"
    }
}