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
Eメール [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"
    ]
}