Ethereum price

Displays the current Ethereum price.

Qu'est-ce que Ethereum price ?

Ethereum price est une extension Chrome développée par ar2r, et sa fonction principale est "Displays the current Ethereum price.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ethereum price

Téléchargez les fichiers d'extension Ethereum price au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ethereum price Ethereum price
ID lfpfdkldcgcmdioidcldjcmlfacnkild
URL Officiel https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild
Description Displays the current Ethereum price.
Taille du Fichier 64.2 KB
Nombre d'Installations 69
Version Actuelle 1.0
Dernière Mise à Jour 2018-01-17
Date de Publication 2018-01-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur ar2r
Type de Paiement free
Site Web de l'Extension http://allcoinindex.com/
Langues Prises en Charge 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"
}