CLNX Wallet
Coloniume Wallet (CLNX)
Qu'est-ce que CLNX Wallet ?
CLNX Wallet est une extension Chrome développée par Coloniume CLNX, et sa fonction principale est "Coloniume Wallet (CLNX)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CLNX Wallet
Téléchargez les fichiers d'extension CLNX Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CLNX Wallet |
ID | heiogpnffonokfkoginfnmmgglfipjld |
URL Officiel | https://chromewebstore.google.com/detail/clnx-wallet/heiogpnffonokfkoginfnmmgglfipjld |
Description | Coloniume Wallet (CLNX) |
Taille du Fichier | 570 KB |
Nombre d'Installations | 82 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2023-07-23 |
Date de Publication | 2022-08-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Coloniume CLNX |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://coloniume.org/ |
URL de la Page d'Aide | https://coloniume.org/ |
URL de la Page de Politique de Confidentialité | https://coloniume.org/privacy-and-policy |
Langues Prises en Charge | 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" } } |