CLNX Wallet

Coloniume Wallet (CLNX)

Was ist CLNX Wallet?

CLNX Wallet ist eine Chrome-Erweiterung, die von Coloniume CLNX entwickelt wurde, und ihr Hauptmerkmal ist "Coloniume Wallet (CLNX)".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CLNX Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie CLNX Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CLNX Wallet CLNX Wallet
ID heiogpnffonokfkoginfnmmgglfipjld
Offizielle URL https://chromewebstore.google.com/detail/clnx-wallet/heiogpnffonokfkoginfnmmgglfipjld
Beschreibung Coloniume Wallet (CLNX)
Dateigröße 570 KB
Installationsanzahl 82
Aktuelle Version 1.3.0
Letztes Update 2023-07-23
Veröffentlichungsdatum 2022-08-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Coloniume CLNX
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://coloniume.org/
Hilfeseite URL https://coloniume.org/
URL der Datenschutzrichtlinien-Seite https://coloniume.org/privacy-and-policy
Unterstützte Sprachen 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"
    }
}