Duino Coin Wallet

A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.

什麼是Duino Coin Wallet?

Duino Coin Wallet是由Great Developing開發的Chrome擴展程式,該擴展的主要功能是“A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.”。

擴展截圖

screenshot

下載Duino Coin Wallet擴展crx文件

下載Duino Coin Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        I created a Duino coin wallet that was simplified for the best user experience. You can view your miners, transactions and wallet. Your password saves locally so you don't have to login every time you want to check your wallet quickly.                    

擴展基本資訊

名稱 Duino Coin Wallet Duino Coin Wallet
ID keogijpdcpobiipncbkclkphoigfelof
官方網址 https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof
簡介 A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.
檔案大小 1.53 MB
安裝次數 77
目前版本 1.0
更新時間 2022-12-08
上架時間 2022-12-07
評分 4.00/5 共 1 次評分
開發者 Great Developing
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duino Coin Wallet",
    "description": "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.",
    "version": "1.0",
    "options_page": "options.html",
    "manifest_version": 3,
    "action": {
        "default_popup": "wallet.html"
    },
    "host_permissions": [
        "https:\/\/server.duinocoin.com\/"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}