CLNX Wallet

Coloniume Wallet (CLNX)

CLNX Walletとは何ですか?

CLNX WalletはColoniume CLNXによって開発されたChromeの拡張機能で、その主な機能は「Coloniume Wallet (CLNX)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CLNX Wallet拡張機能のCRXファイルをダウンロード

CLNX Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Coloniume Blockchain Wallet

This is an extension for accessing your assets on the Coloniume Blockchain. The Coloniume Blockchain is a new blockchain that has been built for accessing free and independent internet.
For more information about the Coloniume project please visit the official website: https://coloniume.org.
This extension is built to create and manage the Coloniume wallet and transfer CLNX from one wallet to another.
Private keys are securely and locally stored on extension storage on the Chrome browser and never sent over the network connection. The private key is only used to sign transactions and the wallet recovery.                    

拡張機能の基本情報

名前 CLNX Wallet CLNX Wallet
ID heiogpnffonokfkoginfnmmgglfipjld
公式URL https://chromewebstore.google.com/detail/clnx-wallet/heiogpnffonokfkoginfnmmgglfipjld
説明 Coloniume Wallet (CLNX)
ファイルサイズ 570 KB
インストール数 82
現在のバージョン 1.3.0
最終更新日 2023-07-23
公開日 2022-08-30
評価 5.00/5 合計 1 レビュー
開発者 Coloniume CLNX
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://coloniume.org/
ヘルプページのURL https://coloniume.org/
プライバシーポリシーページのURL https://coloniume.org/privacy-and-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CLNX Wallet",
    "name": "CLNX Wallet",
    "description": "Coloniume Wallet (CLNX)",
    "version": "1.3.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/img\/logo.png",
            "32": "\/img\/logo.png",
            "48": "\/img\/logo.png",
            "128": "\/img\/logo.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "index.html#\/register",
    "icons": {
        "16": "\/img\/logo-16x16.png",
        "32": "\/img\/logo-32x32.png",
        "48": "\/img\/logo-48x48.png",
        "128": "\/img\/logo-128x128.png"
    }
}