OpenChain Wallet
An Openchain wallet in your browser
什么是OpenChain Wallet?
OpenChain Wallet是由OpenChain开发的Chrome扩展程序,该扩展的主要功能是“An Openchain wallet in your browser”。
扩展截图
下载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 |
ID | gckeinaemakjllipmkjapfkpiimjpcla |
官方URL | 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" } } |