Blockchain Gateway

Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver

Blockchain Gatewayとは何ですか?

Blockchain GatewayはXCUBICLEによって開発されたChromeの拡張機能で、その主な機能は「Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Blockchain Gateway拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}