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 |
Eメール | [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" } } |