Dogecoin AllInOne: DOGE Ticker/Wallet viewer
Everything about Dogecoin in one extension
什麼是Dogecoin AllInOne: DOGE Ticker/Wallet viewer?
Dogecoin AllInOne: DOGE Ticker/Wallet viewer是由Zed's Dev開發的Chrome擴展程式,該擴展的主要功能是“Everything about Dogecoin in one extension”。
擴展截圖
下載Dogecoin AllInOne: DOGE Ticker/Wallet viewer擴展crx文件
下載Dogecoin AllInOne: DOGE Ticker/Wallet viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        With Dogecoin All-in-one, you will be able to gather informations you really need :
- Stocking prices (with opening, lowest and highest prices for the current day) in YOUR currency
- Evolution for current day
- Customizable addresses balances
Source code is public: no malware, no weird permissions, no bullshit.
You can check the source code on Github (https://github.com/ZedsDev/dogecoin-allinone)
If you want to see a new feature or find a bug, you can create an issue and I'll check it out (https://github.com/ZedsDev/dogecoin-allinone/issues)
To the moon!                     擴展基本資訊
| 名稱 |   |  
| ID | egbmffkgnnmfcnjhcmdajehbnehnjaoo | 
| 官方網址 | https://chromewebstore.google.com/detail/dogecoin-allinone-doge-ti/egbmffkgnnmfcnjhcmdajehbnehnjaoo | 
| 簡介 | Everything about Dogecoin in one extension | 
| 檔案大小 | 887 KB | 
| 安裝次數 | 459 | 
| 目前版本 | 1.1.1 | 
| 更新時間 | 2021-03-26 | 
| 上架時間 | 2021-03-23 | 
| 評分 | 4.00/5 共 1 次評分 | 
| 開發者 | Zed's Dev | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://github.com/ZedsDev/dogecoin-allinone | 
| 說明頁面URL | https://github.com/ZedsDev/dogecoin-allinone/issues | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogecoin AllInOne: DOGE Ticker\/Wallet viewer",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Everything about Dogecoin in one extension",
    "icons": {
        "16": "static\/images\/icon16.png",
        "48": "static\/images\/icon48.png",
        "128": "static\/images\/icon128.png"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "static\/js\/config.js",
            "static\/js\/app.js",
            "static\/js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.kraken.com\/0\/public\/Ticker?pair=XDG*",
        "https:\/\/dogechain.info\/api\/v1\/address\/balance\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ]
}  |  |