CLNX Wallet

Coloniume Wallet (CLNX)

CLNX Walletคืออะไร?

CLNX Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Coloniume CLNX และคุณลักษณะหลักของมันคือ "Coloniume Wallet (CLNX)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CLNX Wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}