Ethereum price

Displays the current Ethereum price.

Co je Ethereum price?

Ethereum price je rozšíření Chrome vyvinuté ar2r, a jeho hlavní funkcí je „Displays the current Ethereum price.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Ethereum price

Stáhněte si soubory rozšíření Ethereum price ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Ethereum price Ethereum price
ID lfpfdkldcgcmdioidcldjcmlfacnkild
Oficiální URL https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild
Popis Displays the current Ethereum price.
Velikost souboru 64.2 KB
Počet instalací 69
Aktuální Verze 1.0
Poslední Aktualizace 2018-01-17
Datum Vydání 2018-01-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář ar2r
Typ Platby free
Webové stránky Rozšíření http://allcoinindex.com/
Podporované Jazyky 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"
}