Crypto Price Ticker

Watch price of cryptocurrencies in your toolbar

Wat is Crypto Price Ticker?

Crypto Price Ticker is een Chrome-extensie ontwikkeld door Sergei L, en de belangrijkste functie is "Watch price of cryptocurrencies in your toolbar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crypto Price Ticker

Download Crypto Price Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Supported tickers from Binance, Bitfinex, Coinbase and other exchanges.
Setup your pairs in the options.

Icons made by srip from www.flaticon.com                    

Basisinformatie over de Extensie

Naam Crypto Price Ticker Crypto Price Ticker
ID fdoanglfpolkbiecojimldfagdgfonpn
Officiële URL https://chrome.google.com/webstore/detail/crypto-price-ticker/fdoanglfpolkbiecojimldfagdgfonpn
Beschrijving Watch price of cryptocurrencies in your toolbar
Bestandsgrootte 21.58 KB
Aantal Installaties 823
Huidige Versie 1.1.7
Laatst Bijgewerkt 2021-06-21
Publicatiedatum 2020-08-29
Beoordeling 4.91/5 Totaal 23 Beoordelingen
Ontwikkelaar Sergei L
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Price Ticker",
    "description": "Watch price of cryptocurrencies in your toolbar",
    "version": "1.1.7",
    "author": "srglbnv",
    "icons": {
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "manifest_version": 2,
    "permissions": [
        "storage"
    ]
}