Dogeticker

Checks the price of Dogecoin

Co to jest Dogeticker?

Dogeticker to rozszerzenie Chrome opracowane przez jakecup1, a jego główną funkcją jest „Checks the price of Dogecoin”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dogeticker

Pobierz pliki rozszerzeń Dogeticker 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

                        A simple Chrome extension that lets you easily check the price of Dogecoin! A big thanks to the community of /r/dogecoin for being awesome and supporting fellow shibes. If you have any suggestions for additions/improvements please let me know and email me at [email protected]. Prices pulled from coinmarketcap.

Donate: D8C1RRw1CjDzP5arSRFtoKKtwWFV9iKgp6 (much thanks)                    

Podstawowe informacje o rozszerzeniu

Nazwa Dogeticker Dogeticker
ID doicohnmpoccofaomikcjbgblkpcameb
Oficjalny URL https://chrome.google.com/webstore/detail/dogeticker/doicohnmpoccofaomikcjbgblkpcameb
Opis Checks the price of Dogecoin
Rozmiar pliku 36.03 KB
Liczba instalacji 19
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-03-10
Data Publikacji 2018-03-10
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper jakecup1
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jakecupani/dogecoin-ticker
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogeticker",
    "description": "Checks the price of Dogecoin",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}