OpenChain Wallet

An Openchain wallet in your browser

O que é OpenChain Wallet?

OpenChain Wallet é uma extensão do Chrome desenvolvida por OpenChain, e sua principal característica é "An Openchain wallet in your browser".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão OpenChain Wallet

Baixe arquivos de extensão OpenChain Wallet 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

                        An Openchain Wallet in your Browser
OpenChain is an extension for accessing OpenChain enabled distributed applications, or "Dapps" in your browser!

OpenChain also lets the user create and manage their own identities, so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.

Because it adds functionality to the normal browser context, OpenChain requires the permission to read and write to any webpage.                    

Informações Básicas da Extensão

Nome OpenChain Wallet OpenChain Wallet
ID gckeinaemakjllipmkjapfkpiimjpcla
URL Oficial https://chromewebstore.google.com/detail/openchain-wallet/gckeinaemakjllipmkjapfkpiimjpcla
Descrição An Openchain wallet in your browser
Tamanho do Arquivo 3.16 MB
Contagem de Instalações 22
Versão Atual 1.0.1
Última Atualização 2022-03-11
Data de Publicação 2022-02-27
Desenvolvedor OpenChain
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "short_name": "Wallet OPC",
    "name": "OpenChain Wallet",
    "description": "An Openchain wallet in your browser",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/main.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}