CryptoCurrency Ticker

Receive the latest changes on your CryptoCurrency and AltCoin value in $US.

Co to jest CryptoCurrency Ticker?

CryptoCurrency Ticker to rozszerzenie Chrome opracowane przez Daniel, a jego główną funkcją jest „Receive the latest changes on your CryptoCurrency and AltCoin value in $US.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CryptoCurrency Ticker

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

                        CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.                    

Podstawowe informacje o rozszerzeniu

Nazwa CryptoCurrency Ticker CryptoCurrency Ticker
ID fmcgaglejkpgakandolgkjnnafgodpgd
Oficjalny URL https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd
Opis Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
Rozmiar pliku 46.87 KB
Liczba instalacji 226
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-08-18
Data Publikacji 2017-08-18
Ocena 3.33/5 Łącznie 6 Oceny
Deweloper Daniel
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoCurrency Ticker",
    "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "currency.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/api.coinmarketcap.com\/"
    ]
}