Blockchain Gateway

Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver

Blockchain Gatewayคืออะไร?

Blockchain Gateway เป็นส่วนขยายของ Chrome ที่พัฒนาโดย XCUBICLE และคุณลักษณะหลักของมันคือ "Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension lets you resolve blockchain handlers such as BTC:// XMR:// ETH:// USDT:// IGNIS:// ARDOR:// 

The Open Alias (openalias.org) handler is also supported: OA:// OPENALIAS://

The blockchain handlers will output the value of the URL as plain text when clicked. Currently all handlers resolve to the IGNIS child chain as a test bed before building out BTC, ETH, USDT and XMR child chains on the the Ardor platform.

*All alias text data is stored on a BitTorrent type decentralized storage layer called the Ardor Data Cloud storage network.*

To register your own alias, you can visit: https://bit.ly/2QwYhSr password is "secret" (testnet coins are available are first come first serve). All URL aliases reside on Ardor testnet and if you like to use mainnet, you can install Ardor (ardorplatform.com) locally. Goto options and point to your local node: http://localhost:7876

Donate to support this extension, Monero Only:
87FL637esuGbGopNYupDaMLvHah3Yn1V15JyfX5Y6mGkRuz9G4kKrxAHLZRwosyAR8W6sPUBHpZRhQs7YVM2sgYj3sKcSPy                    

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

ชื่อ Blockchain Gateway Blockchain Gateway
ID mcppmdjlghmadabjofodajpppiloembp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blockchain-gateway/mcppmdjlghmadabjofodajpppiloembp
คำอธิบาย Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver
ขนาดไฟล์ 27.88 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-10-01
วันที่เผยแพร่ 2018-10-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา XCUBICLE
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.xcubicle.com/blockchain-gateway-btc-eth-xmr-openalias-domain
URL หน้าช่วยเหลือ https://www.xcubicle.com/blockchain-gateway-btc-eth-xmr-openalias-domain
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blockchain Gateway",
    "version": "1.1",
    "description": "Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/xcubicle.com",
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}