CryptoTab

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

Wat is CryptoTab?

CryptoTab is een Chrome-extensie ontwikkeld door Noah Makow, en de belangrijkste functie is "This extension shows the latest prices of various cryptocurrencies in the new tab window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CryptoTab

Download CryptoTab-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

                        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.                    

Basisinformatie over de Extensie

Naam CryptoTab CryptoTab
ID fhbdfgoahpihjmcpjnhcdofenlhfaicd
Officiële URL https://chromewebstore.google.com/detail/cryptotab/fhbdfgoahpihjmcpjnhcdofenlhfaicd
Beschrijving This extension shows the latest prices of various cryptocurrencies in the new tab window.
Bestandsgrootte 77.36 KB
Aantal Installaties 2,023
Huidige Versie 0.0.1
Laatst Bijgewerkt 2017-12-22
Publicatiedatum 2017-12-22
Beoordeling 4.46/5 Totaal 48 Beoordelingen
Ontwikkelaar Noah Makow
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}