Nitrogen Wallet

Nitrogen Wallet Extension

Nitrogen Walletคืออะไร?

Nitrogen Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nitrogen Wallet และคุณลักษณะหลักของมันคือ "Nitrogen Wallet Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nitrogen Wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}