Nitrogen Wallet

Nitrogen Wallet Extension

什么是Nitrogen Wallet?

Nitrogen Wallet是由Nitrogen Wallet开发的Chrome扩展程序,该扩展的主要功能是“Nitrogen Wallet Extension”。

扩展截图

screenshot

下载Nitrogen Wallet扩展crx文件

下载Nitrogen Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        #1 Solana Wallet for DeFi and GameFi

The Nitrogen wallet - the power of Solana and all of its transaction types are at your fingertips!  

These keys are the equivalent of a password which is used to approve cryptocurrency transactions, swap or transfer tokens to/from others, and are used to approve transactions in third-party internet-based Web3 Decentralized Applications (dAPPS) and Decentralized Finance (DeFi) systems.

The Nitrogen wallet is known as a non-custodial wallet, which means no financial institution, company, or anyone has access to your keys or submit/modify transactions on your behalf.  When you create your keys, you are responsible for maintaining a safe, offline copy of them to ensure their recovery, because not even we can recover them for you.  This app allows the creation of a wallet, or importing your existing wallet using your private key QR or 12/24 character seed phrase.

Access the Solana blockchain to view your Сollectibles purchased from DeFi marketplaces.  Connect your wallet to DeFi web-sites which are enabled for third-party wallet connections, such as WalletConnect.  Approve DeFi and GameFi blockchain transactions.

Any and all tokens, collectibles, cryptocurrencies, or transactions are all safely stored on the blockchain, so you do not have to worry about the failure of your device.  You can always recover the contents of your wallet within Nitrogen or any other solana-supported mobile wallet, as long as you saved your seed phrase.

By submitting transactions directly to the Solana Blockchain, you benefit from the near-real-time nature of the validated Solana network and its set of globally distributed nodes.

Capabilities:
Create/Delete/Import self-custodial cryptocurrency wallets
View/Transfer Solana Сollectibles stored in the metaplex standard format
Swap native Cryptocurrencies through integrations with top DeFi platforms such as Jupiter, Raydium

Note:  This application has not been enabled to purchase items using FIAT currency, nor can you sell or transfer cryptocurrencies into FIAT.  You must use a centralized cryptocurrency exchange such as FTX for this activity.                    

扩展基本信息

名称 Nitrogen Wallet Nitrogen Wallet
ID ajbieehikidekihmekmbdmdconafgkie
官方URL https://chromewebstore.google.com/detail/nitrogen-wallet/ajbieehikidekihmekmbdmdconafgkie
简介 Nitrogen Wallet Extension
文件大小 13.24 MB
安装次数 87
当前版本 1.0.3
更新时间 2022-11-26
上架时间 2022-10-20
评分 5.00/5 共2次评分
开发者 Nitrogen Wallet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nitrogen.org/
隐私政策页面URL https://nitrogen.org/docs/policy.pdf
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nitrogen Wallet",
    "description": "Nitrogen Wallet Extension",
    "version": "1.0.3",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/196.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "permissions": [
        "storage"
    ]
}