Cryptocurrency Price Ticker

This Chrome extension that can check the price of Cryptocurrency.

Co to jest Cryptocurrency Price Ticker?

Cryptocurrency Price Ticker to rozszerzenie Chrome opracowane przez https://virtual-money.xyz, a jego główną funkcją jest „This Chrome extension that can check the price of Cryptocurrency.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Cryptocurrency Price Ticker

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

                        Features:
- Check the Cryptocurrency Price.
    - Using poloniex API.
- select the currency to display.

Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH                    

Podstawowe informacje o rozszerzeniu

Nazwa Cryptocurrency Price Ticker Cryptocurrency Price Ticker
ID ignpmignipmepahdookedpilckoeclob
Oficjalny URL https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob
Opis This Chrome extension that can check the price of Cryptocurrency.
Rozmiar pliku 293 KB
Liczba instalacji 206
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2017-06-19
Data Publikacji 2017-06-19
Ocena 3.80/5 Łącznie 5 Oceny
Deweloper https://virtual-money.xyz
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 Price Ticker",
    "version": "1.1.1",
    "description": "This Chrome extension that can check the price of Cryptocurrency.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/poloniex.com\/public*"
    ],
    "icons": {
        "128": "icon.png"
    }
}