Ethereum price

Displays the current Ethereum price.

Co to jest Ethereum price?

Ethereum price to rozszerzenie Chrome opracowane przez ar2r, a jego główną funkcją jest „Displays the current Ethereum price.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ethereum price

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

                        Simple ETH / Ethereum price tracker.
data provided by Coinmarketcap.

You can also download my other coin tracker (alt coins)
BTC Bitcoin price tracker
LTC Litecoin price tracker
XMR Monero Price tracker
ZEC Zcash price tracker
DOGE Dogecoin price tracker
DASH Dash price tracker
Please, feel free to ask for any other coin you want or any other feature.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ethereum price Ethereum price
ID lfpfdkldcgcmdioidcldjcmlfacnkild
Oficjalny URL https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild
Opis Displays the current Ethereum price.
Rozmiar pliku 64.2 KB
Liczba instalacji 69
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-01-17
Data Publikacji 2018-01-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper ar2r
Typ Płatności free
Strona Rozszerzenia http://allcoinindex.com/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        },
        "default_popup": "price.htm",
        "default_title": "Click to show more information"
    },
    "description": "Displays the current Ethereum price.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Ethereum price",
    "permissions": [
        "https:\/\/coinmarketcap.com\/",
        "storage"
    ],
    "short_name": "Ethereum Price",
    "version": "1.0"
}