CryptoTab

This extension shows the latest prices of various cryptocurrencies in the new tab window.

Cos'è CryptoTab?

CryptoTab è un'estensione di Chrome sviluppata da Noah Makow, e la sua funzione principale è "This extension shows the latest prices of various cryptocurrencies in the new tab window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CryptoTab

Scarica i file di estensione CryptoTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        View the latest cryptocurrency prices in your new tab window!

Don't waste time constantly checking back on the latest prices of all your favorite crypto-currencies. Get updates on the price every time you open a new window!

This extension is not meant to be used as a precise representation of crypto-currency prices or market capitalizations. Prices may be off from true prices by a matter of minutes. It is the responsibility of the user to ensure that the information in the extension is consistent with external sources. CryptoTab should not be used or trusted as a source of reliable information for making investment decisions.                    

Informazioni di Base sull'Estensione

Nome CryptoTab CryptoTab
ID fhbdfgoahpihjmcpjnhcdofenlhfaicd
URL Ufficiale https://chromewebstore.google.com/detail/cryptotab/fhbdfgoahpihjmcpjnhcdofenlhfaicd
Descrizione This extension shows the latest prices of various cryptocurrencies in the new tab window.
Dimensione del File 77.36 KB
Conteggio Installazioni 2,023
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-12-22
Data di Pubblicazione 2017-12-22
Valutazione 4.46/5 Totale 48 Valutazioni
Sviluppatore Noah Makow
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoTab",
    "description": "This extension shows the latest prices of various cryptocurrencies in the new tab window.",
    "version": "0.0.1",
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "permissions": [
        "https:\/\/api.coinmarketcap.com\/"
    ]
}