AOK Wallet Extension
Light Web Wallet for AokChain as a Chrome Extension.
O que é AOK Wallet Extension?
AOK Wallet Extension é uma extensão do Chrome desenvolvida por Nugetzrul3, e sua principal característica é "Light Web Wallet for AokChain as a Chrome Extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AOK Wallet Extension
Baixe arquivos de extensão AOK Wallet Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | AOK Wallet Extension |
ID | aoedbjimepepemdafoodplnknfkmbnle |
URL Oficial | https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle |
Descrição | Light Web Wallet for AokChain as a Chrome Extension. |
Tamanho do Arquivo | 516 KB |
Contagem de Instalações | 127 |
Versão Atual | 1.0.2 |
Última Atualização | 2021-09-29 |
Data de Publicação | 2021-09-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Nugetzrul3 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://aok.network |
Idiomas Suportados | 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" } } |