OpenChain Wallet

An Openchain wallet in your browser

OpenChain Wallet là gì?

OpenChain Wallet là một tiện ích mở rộng Chrome được phát triển bởi OpenChain, và tính năng chính của nó là "An Openchain wallet in your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OpenChain Wallet

Tải xuống các tệp mở rộng OpenChain Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OpenChain Wallet OpenChain Wallet
ID gckeinaemakjllipmkjapfkpiimjpcla
URL Chính Thức https://chromewebstore.google.com/detail/openchain-wallet/gckeinaemakjllipmkjapfkpiimjpcla
Mô tả An Openchain wallet in your browser
Kích Thước Tệp 3.16 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-03-11
Ngày Phát Hành 2022-02-27
Nhà Phát Triển OpenChain
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}