OpenChain Wallet

An Openchain wallet in your browser

Co je OpenChain Wallet?

OpenChain Wallet je rozšíření Chrome vyvinuté OpenChain, a jeho hlavní funkcí je „An Openchain wallet in your browser“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření OpenChain Wallet

Stáhněte si soubory rozšíření OpenChain Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název OpenChain Wallet OpenChain Wallet
ID gckeinaemakjllipmkjapfkpiimjpcla
Oficiální URL https://chromewebstore.google.com/detail/openchain-wallet/gckeinaemakjllipmkjapfkpiimjpcla
Popis An Openchain wallet in your browser
Velikost souboru 3.16 MB
Počet instalací 22
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-03-11
Datum Vydání 2022-02-27
Vývojář OpenChain
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}