AOK Wallet Extension
Light Web Wallet for AokChain as a Chrome Extension.
AOK Wallet Extensionとは何ですか?
AOK Wallet ExtensionはNugetzrul3によって開発されたChromeの拡張機能で、その主な機能は「Light Web Wallet for AokChain as a Chrome Extension.」です。
拡張機能のスクリーンショット
AOK Wallet Extension拡張機能のCRXファイルをダウンロード
AOK Wallet Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Proof-of-Stake blockchain token platform This light chrome extension allows you to create new or import existing AokChain wallets and allows you to send and receive AokChain from your browser! This extension is fully open source and can be forked for other bitcoin based cryptocurrencies. Source code can be found here: https://github.com/Nugetzrul3/AokChain-Chrome-Wallet Special thanks to Volbil (https://github.com/volbil) for the development of the API server (https://github.com/AokChain/ApiServer).
拡張機能の基本情報
名前 | AOK Wallet Extension |
ID | aoedbjimepepemdafoodplnknfkmbnle |
公式URL | https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle |
説明 | Light Web Wallet for AokChain as a Chrome Extension. |
ファイルサイズ | 516 KB |
インストール数 | 127 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-09-29 |
公開日 | 2021-09-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Nugetzrul3 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://aok.network |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AOK Wallet Extension", "version": "1.0.2", "manifest_version": 2, "description": "Light Web Wallet for AokChain as a Chrome Extension.", "browser_action": { "default_popup": "overlay.html", "default_title": "AOK Wallet", "default_icon": "img\/logo.png" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |