OpenChain Wallet

An Openchain wallet in your browser

什麼是OpenChain Wallet?

OpenChain Wallet是由OpenChain開發的Chrome擴展程式,該擴展的主要功能是“An Openchain wallet in your browser”。

擴展截圖

screenshot
screenshot

下載OpenChain Wallet擴展crx文件

下載OpenChain Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 OpenChain Wallet OpenChain Wallet
ID gckeinaemakjllipmkjapfkpiimjpcla
官方網址 https://chromewebstore.google.com/detail/openchain-wallet/gckeinaemakjllipmkjapfkpiimjpcla
簡介 An Openchain wallet in your browser
檔案大小 3.16 MB
安裝次數 22
目前版本 1.0.1
更新時間 2022-03-11
上架時間 2022-02-27
開發者 OpenChain
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}