Dogecoin AllInOne: DOGE Ticker/Wallet viewer
Everything about Dogecoin in one extension
¿Qué es Dogecoin AllInOne: DOGE Ticker/Wallet viewer?
Dogecoin AllInOne: DOGE Ticker/Wallet viewer es una extensión de Chrome desarrollada por Zed's Dev, y su función principal es "Everything about Dogecoin in one extension".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dogecoin AllInOne: DOGE Ticker/Wallet viewer
Descarga archivos de extensión Dogecoin AllInOne: DOGE Ticker/Wallet viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
                        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!                     Información Básica de la Extensión
| Nombre |   |  
| ID | egbmffkgnnmfcnjhcmdajehbnehnjaoo | 
| URL Oficial | https://chromewebstore.google.com/detail/dogecoin-allinone-doge-ti/egbmffkgnnmfcnjhcmdajehbnehnjaoo | 
| Descripción | Everything about Dogecoin in one extension | 
| Tamaño del Archivo | 887 KB | 
| Cantidad de Instalaciones | 459 | 
| Versión Actual | 1.1.1 | 
| Última Actualización | 2021-03-26 | 
| Fecha de Publicación | 2021-03-23 | 
| Calificación | 4.00/5 Total de 1 Calificaciones | 
| Desarrollador | Zed's Dev | 
| Correo electrónico | [email protected] | 
| Tipo de Pago | free | 
| Sitio Web de la Extensión | https://github.com/ZedsDev/dogecoin-allinone | 
| URL de la Página de Ayuda | https://github.com/ZedsDev/dogecoin-allinone/issues | 
| Idiomas Soportados | 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\/*"
    ]
}  |  |