Narwallets V4

NEAR protocol wallet

Narwallets V4 क्या है?

Narwallets V4 Narwallets.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NEAR protocol wallet"।

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

screenshot
screenshot
screenshot

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

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

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

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Narwallets V4 Narwallets V4
ID lkpeokpdkmcdaiadpmnnpimlgmdobkdj
आधिकारिक URL https://chromewebstore.google.com/detail/narwallets-v4/lkpeokpdkmcdaiadpmnnpimlgmdobkdj
विवरण NEAR protocol wallet
फ़ाइल का आकार 237 KB
स्थापना संख्या 180
वर्तमान संस्करण 4.0.9
अंतिम अपडेट 2023-12-11
प्रकाशन तिथि 2022-10-15
डेवलपर Narwallets.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.narwallets.com
सहायता पृष्ठ URL https://discord.gg/N38GQ2ejrS
गोपनीयता नीति पृष्ठ URL https://www.narwallets.com/privacy-policy.html
समर्थित भाषाएँ 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:\/\/*\/*",
                ""
            ]
        }
    ]
}