BTC & ETH Tracker

Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies

Was ist BTC & ETH Tracker?

BTC & ETH Tracker ist eine Chrome-Erweiterung, die von Alex Cotelin entwickelt wurde, und ihr Hauptmerkmal ist "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies".

Erweiterungsscreenshots

screenshot
screenshot

BTC & ETH Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie BTC & ETH Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Keeping up to date with the latest Bitcoin (BTC) and Ethereum (ETH) price movements has never been easier. 
No matter what website you are on you can quickly check the latest prices in multiple currencies:
- BTC to USD, GBP, EUR, CNY, CAD
- ETH to USD, BTC, GBP, CNY, EUR

Developed by Alex Cotelin with CryptoCompare.com data and help.                    

Grundlegende Informationen zur Erweiterung

Name BTC & ETH Tracker BTC & ETH Tracker
ID hfbdficidlklcdpekdcfcjbfpghbhgbp
Offizielle URL https://chrome.google.com/webstore/detail/btc-eth-tracker/hfbdficidlklcdpekdcfcjbfpghbhgbp
Beschreibung Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies
Dateigröße 601 KB
Installationsanzahl 449
Aktuelle Version 0.0.4
Letztes Update 2016-11-29
Veröffentlichungsdatum 2016-11-29
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler Alex Cotelin
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC & ETH Tracker",
    "short_name": "BTC & ETH Tracker",
    "description": "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies",
    "version": "0.0.4",
    "author": "Alex Cotelin",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "BTC & ETH Tracker",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "permissions": [
        "activeTab"
    ]
}