CryptoTab

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

What is CryptoTab?

CryptoTab is a Chrome extension developed by Noah Makow, and its main feature is "This extension shows the latest prices of various cryptocurrencies in the new tab window.".

Extension Screenshots

screenshot

Download CryptoTab Extension CRX File

Download CryptoTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CryptoTab CryptoTab
ID fhbdfgoahpihjmcpjnhcdofenlhfaicd
Official URL https://chromewebstore.google.com/detail/cryptotab/fhbdfgoahpihjmcpjnhcdofenlhfaicd
Description This extension shows the latest prices of various cryptocurrencies in the new tab window.
File Size 77.36 KB
Installation Count 2,023
Current Version 0.0.1
Last Updated 2017-12-22
Publish Date 2017-12-22
Rating 4.46/5 Total 48 Ratings
Developer Noah Makow
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}