CoinMarketCap Enhanced

Adds some enhancements to the cryptocurrency site CoinMarketCap.com

Wat is CoinMarketCap Enhanced?

CoinMarketCap Enhanced is een Chrome-extensie ontwikkeld door NathanAB, en de belangrijkste functie is "Adds some enhancements to the cryptocurrency site CoinMarketCap.com".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CoinMarketCap Enhanced

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

                        **PLEASE NOTE**: Now that CMC has stepped up their game and added most of the important features I originally wanted by making this extension, it has essentially completed its purpose and will no longer be maintained. Thanks everyone :)

An extension with a few small enhancements to CoinMarketCap.com which add a night theme, inline charts, volume-to-marketcap ratio column, auto-refresh timer, TradingView link, removes ads, and expands the main table to fill the entire window.

Github: https://github.com/NathanAB/cmc-enhanced                    

Basisinformatie over de Extensie

Naam CoinMarketCap Enhanced CoinMarketCap Enhanced
ID cjdbebokopcgdhcefeijjdgfampgeejg
Officiële URL https://chromewebstore.google.com/detail/coinmarketcap-enhanced/cjdbebokopcgdhcefeijjdgfampgeejg
Beschrijving Adds some enhancements to the cryptocurrency site CoinMarketCap.com
Bestandsgrootte 93.34 KB
Aantal Installaties 2,346
Huidige Versie 1.8.2
Laatst Bijgewerkt 2018-06-28
Publicatiedatum 2018-06-28
Beoordeling 4.67/5 Totaal 27 Beoordelingen
Ontwikkelaar NathanAB
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitter.com/nathanab_
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoinMarketCap Enhanced",
    "version": "1.8.2",
    "manifest_version": 2,
    "description": "Adds some enhancements to the cryptocurrency site CoinMarketCap.com",
    "homepage_url": "https:\/\/twitter.com\/nathanab_",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/coinmarketcap.com\/*",
        "storage"
    ],
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "options\/index.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/coinmarketcap.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/bundle.js"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/coinmarketcap.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/start.js"
            ],
            "run_at": "document_start"
        }
    ]
}