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
官方網址 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
電子郵箱 [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"
    }
}