Crypto Ticker

Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.

Was ist Crypto Ticker?

Crypto Ticker ist eine Chrome-Erweiterung, die von epubreader entwickelt wurde, und ihr Hauptmerkmal ist "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.".

Erweiterungsscreenshots

screenshot

Crypto Ticker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crypto Ticker-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

                        Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select between over 1,500 crypto and more than 30 fiat currencies. Prices are taken from coincap dot io and are updated every 60 seconds.

If the price is >= 10000, the price is displayed as K value as only 4 characters can be displayed. E.g. 10000 translates to 10.0. On mouse over the precise price is displayed.

Please contact cryptotickerext at gmail dot com for support.                    

Grundlegende Informationen zur Erweiterung

Name Crypto Ticker Crypto Ticker
ID lnlbponfieopeapilgijoffpadgnjgef
Offizielle URL https://chromewebstore.google.com/detail/crypto-ticker/lnlbponfieopeapilgijoffpadgnjgef
Beschreibung Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.
Dateigröße 19.33 KB
Installationsanzahl 1,627
Aktuelle Version 1.0.18
Letztes Update 2021-01-08
Veröffentlichungsdatum 2018-12-29
Bewertung 3.63/5 Insgesamt 8 Bewertungen
Entwickler epubreader
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Ticker",
    "description": "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.",
    "icons": {
        "16": "skin\/ticker_16.png",
        "32": "skin\/ticker_32.png",
        "48": "skin\/ticker_48.png",
        "128": "skin\/ticker_128.png"
    },
    "version": "1.0.18",
    "author": "Crypton",
    "browser_action": {
        "default_icon": {
            "16": "skin\/ticker_16.png",
            "32": "skin\/ticker_32.png",
            "48": "skin\/ticker_48.png",
            "128": "skin\/ticker_128.png"
        },
        "default_title": "Crypto Ticker",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/rate.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.coincap.io\/",
        "https:\/\/www.ecb.europa.eu\/",
        "storage"
    ]
}