DogeCash Wallet Extension

Light Web Wallet for DogeCash as a Chrome Extension.

O que é DogeCash Wallet Extension?

DogeCash Wallet Extension é uma extensão do Chrome desenvolvida por Nugetzrul3, e sua principal característica é "Light Web Wallet for DogeCash as a Chrome Extension.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DogeCash Wallet Extension

Baixe arquivos de extensão DogeCash 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

                        DogeCash is an adventurous digital currency that tries to enrich life by accomplishing our "Do Good" tagline.

Our main fields of action are e-commerce, charity, and content creation.

Alongside our "Do Good" taglines, we focus on environmental friendliness, with our Proof Of Stake Blockchain, which is several times less resource-intensive than PoW currencies as Bitcoin or Dogecoin.

This light chrome extension allows you to create new or import existing DogeCash wallets and allows you to send and receive DogeCash 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/dogecash/dogecash-chrome-wallet

Special thanks to Volbil (https://github.com/volbil) for the development of the API server (https://github.com/sugarchain-project/api-server).                    

Informações Básicas da Extensão

Nome DogeCash Wallet Extension DogeCash Wallet Extension
ID oiicfmadabhpkiacimdmannaaegiikic
URL Oficial https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic
Descrição Light Web Wallet for DogeCash as a Chrome Extension.
Tamanho do Arquivo 245 KB
Contagem de Instalações 47
Versão Atual 1.0.2
Última Atualização 2021-07-28
Data de Publicação 2021-07-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Nugetzrul3
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dogecash.org
URL da Página de Ajuda https://support.dogecash.org
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DogeCash Wallet Extension",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Light Web Wallet for DogeCash as a Chrome Extension.",
    "browser_action": {
        "default_popup": "overlay.html",
        "default_title": "DogeCash Wallet",
        "default_icon": "img\/logo.png"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}