Blockchain Gateway

Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver

O que é Blockchain Gateway?

Blockchain Gateway é uma extensão do Chrome desenvolvida por XCUBICLE, e sua principal característica é "Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Blockchain Gateway

Baixe arquivos de extensão Blockchain Gateway no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Blockchain Gateway Blockchain Gateway
ID mcppmdjlghmadabjofodajpppiloembp
URL Oficial https://chromewebstore.google.com/detail/blockchain-gateway/mcppmdjlghmadabjofodajpppiloembp
Descrição Blockchain Gateway - Cryptocurrency Domain + Open Alias Resolver
Tamanho do Arquivo 27.88 KB
Contagem de Instalações 138
Versão Atual 1.1
Última Atualização 2018-10-01
Data de Publicação 2018-10-01
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor XCUBICLE
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.xcubicle.com/blockchain-gateway-btc-eth-xmr-openalias-domain
URL da Página de Ajuda https://www.xcubicle.com/blockchain-gateway-btc-eth-xmr-openalias-domain
Idiomas Suportados 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"
    }
}