OpenChain Wallet

An Openchain wallet in your browser

Co to jest OpenChain Wallet?

OpenChain Wallet to rozszerzenie Chrome opracowane przez OpenChain, a jego główną funkcją jest „An Openchain wallet in your browser”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia OpenChain Wallet

Pobierz pliki rozszerzeń OpenChain Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa OpenChain Wallet OpenChain Wallet
ID gckeinaemakjllipmkjapfkpiimjpcla
Oficjalny URL https://chromewebstore.google.com/detail/openchain-wallet/gckeinaemakjllipmkjapfkpiimjpcla
Opis An Openchain wallet in your browser
Rozmiar pliku 3.16 MB
Liczba instalacji 22
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-03-11
Data Publikacji 2022-02-27
Deweloper OpenChain
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}