CLNX Wallet

Coloniume Wallet (CLNX)

CLNX Wallet란 무엇입니까?

CLNX Wallet은(는) Coloniume CLNX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coloniume Wallet (CLNX)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CLNX Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}