DogeCash Wallet Extension

Light Web Wallet for DogeCash as a Chrome Extension.

DogeCash Wallet Extensionとは何ですか?

DogeCash Wallet ExtensionはNugetzrul3によって開発されたChromeの拡張機能で、その主な機能は「Light Web Wallet for DogeCash as a Chrome Extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

DogeCash Wallet Extension拡張機能のCRXファイルをダウンロード

DogeCash Wallet Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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).                    

拡張機能の基本情報

名前 DogeCash Wallet Extension DogeCash Wallet Extension
ID oiicfmadabhpkiacimdmannaaegiikic
公式URL https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic
説明 Light Web Wallet for DogeCash as a Chrome Extension.
ファイルサイズ 245 KB
インストール数 47
現在のバージョン 1.0.2
最終更新日 2021-07-28
公開日 2021-07-22
評価 5.00/5 合計 1 レビュー
開発者 Nugetzrul3
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dogecash.org
ヘルプページのURL https://support.dogecash.org
対応言語 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"
    }
}