Crypto Ticker

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

Hvad er Crypto Ticker?

Crypto Ticker er en Chrome-udvidelse udviklet af epubreader, og dens hovedfunktion er "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.".

Udvidelsesskærmbilleder

screenshot

Download Crypto Ticker-udvidelses-CRX-fil

Download Crypto Ticker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Crypto Ticker Crypto Ticker
ID lnlbponfieopeapilgijoffpadgnjgef
Officiel URL https://chromewebstore.google.com/detail/crypto-ticker/lnlbponfieopeapilgijoffpadgnjgef
Beskrivelse Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.
Filstørrelse 19.33 KB
Antal Installationer 1,627
Nuværende Version 1.0.18
Senest Opdateret 2021-01-08
Udgivelsesdato 2018-12-29
Bedømmelse 3.63/5 Samlet 8 Bedømmelser
Udvikler epubreader
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}