CoinMarketCap

CoinMarketCap

What is CoinMarketCap?

CoinMarketCap is a Chrome extension developed by conan, and its main feature is "CoinMarketCap".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CoinMarketCap Extension CRX File

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

                        Provide top 100 cryptocurrency marketcap data, provide bitcoin, ethereum, ripple, 0x, binance coin data.
A cryptocurrency (or crypto currency) is a digital asset designed to work as a medium of exchange wherein individual coin ownership records are stored in a digital ledger or computerized database using strong cryptography to secure transaction record entries, to control the creation of additional digital coin records.
COINMARKETCAP provide these information.                    

Extension Basic Information

Name CoinMarketCap CoinMarketCap
ID mkhdgadimehhojbgpphhkodolihgmmfe
Official URL https://chromewebstore.google.com/detail/coinmarketcap/mkhdgadimehhojbgpphhkodolihgmmfe
Description CoinMarketCap
File Size 53.48 KB
Installation Count 2,773
Current Version 0.2.2
Last Updated 2021-01-29
Publish Date 2020-05-14
Rating 4.00/5 Total 3 Ratings
Developer conan
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "images\/bitcoin48.png",
            "38": "images\/bitcoin128.png"
        },
        "default_popup": "popup.html",
        "default_title": "CoinMarketCap"
    },
    "icons": {
        "128": "images\/bitcoin128.png",
        "16": "images\/bitcoin16.png",
        "48": "images\/bitcoin48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/api.coincap.io\/*",
        "https:\/\/use.fontawesome.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en"
}