Dogecoin AllInOne: DOGE Ticker/Wallet viewer

Everything about Dogecoin in one extension

Co to jest Dogecoin AllInOne: DOGE Ticker/Wallet viewer?

Dogecoin AllInOne: DOGE Ticker/Wallet viewer to rozszerzenie Chrome opracowane przez Zed's Dev, a jego główną funkcją jest „Everything about Dogecoin in one extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Dogecoin AllInOne: DOGE Ticker/Wallet viewer

Pobierz pliki rozszerzeń Dogecoin AllInOne: DOGE Ticker/Wallet viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Dogecoin AllInOne: DOGE Ticker/Wallet viewer Dogecoin AllInOne: DOGE Ticker/Wallet viewer
ID egbmffkgnnmfcnjhcmdajehbnehnjaoo
Oficjalny URL https://chromewebstore.google.com/detail/dogecoin-allinone-doge-ti/egbmffkgnnmfcnjhcmdajehbnehnjaoo
Opis Everything about Dogecoin in one extension
Rozmiar pliku 887 KB
Liczba instalacji 459
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2021-03-26
Data Publikacji 2021-03-23
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Zed's Dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ZedsDev/dogecoin-allinone
Adres URL Strony Pomocy https://github.com/ZedsDev/dogecoin-allinone/issues
Obsługiwane Języki 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\/*"
    ]
}