HEX

A decentralized protocol for automated liquidity provision on Hedera Hashgraph

HEXคืออะไร?

HEX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myhex.io และคุณลักษณะหลักของมันคือ "A decentralized protocol for automated liquidity provision on Hedera Hashgraph"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย HEX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        HEX is a fast, secure, fair and decentralized cryptocurrency exchange built on the Hedera Hashgraph platform. It bypasses the Smart Contract model commonly used by Ethereum and other blockchain platforms, and opts for the Hedera Consensus Service (HCS) as its underlying infrastructure of a decentralized network.

HEX is the Hashgraph version of the combination of Metamask and Uniswap. Through HEX, users can not only create accounts and wallets on the Hedera mainnet, but also create, purchase, trade, send and receive both fungible and non-fungible tokens (NFTs) created via Hedera's Token Service. The HEX extension can also serve as a hbar (native cryptocurrency of Hedera) paywall for content providers. It's Defi at the speed, cost and security of Hedera Hashgraph                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HEX HEX
ID kiaflfdgfekdlghbhkimfmgdkmccoekm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hex/kiaflfdgfekdlghbhkimfmgdkmccoekm
คำอธิบาย A decentralized protocol for automated liquidity provision on Hedera Hashgraph
ขนาดไฟล์ 5.28 MB
จำนวนการติดตั้ง 1,394
เวอร์ชันปัจจุบัน 0.0.33
อัปเดตครั้งล่าสุด 2022-04-26
วันที่เผยแพร่ 2021-03-05
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://myhex.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "HEX",
    "name": "HEX",
    "version": "0.0.33",
    "description": "A decentralized protocol for automated liquidity provision on Hedera Hashgraph",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "HEX",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/hex-logo-16.png",
        "48": "img\/hex-logo-48.png",
        "128": "img\/hex-logo-128.png"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "popup.html",
        "hex-provider.js"
    ]
}