CoinMarketCap Enhanced

Adds some enhancements to the cryptocurrency site CoinMarketCap.com

Co je CoinMarketCap Enhanced?

CoinMarketCap Enhanced je rozšíření Chrome vyvinuté NathanAB, a jeho hlavní funkcí je „Adds some enhancements to the cryptocurrency site CoinMarketCap.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CoinMarketCap Enhanced

Stáhněte si soubory rozšíření CoinMarketCap Enhanced ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        **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                    

Základní Informace o Rozšíření

Název CoinMarketCap Enhanced CoinMarketCap Enhanced
ID cjdbebokopcgdhcefeijjdgfampgeejg
Oficiální URL https://chromewebstore.google.com/detail/coinmarketcap-enhanced/cjdbebokopcgdhcefeijjdgfampgeejg
Popis Adds some enhancements to the cryptocurrency site CoinMarketCap.com
Velikost souboru 93.34 KB
Počet instalací 2,346
Aktuální Verze 1.8.2
Poslední Aktualizace 2018-06-28
Datum Vydání 2018-06-28
Hodnocení 4.67/5 Celkem 27 Hodnocení
Vývojář NathanAB
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://twitter.com/nathanab_
Podporované Jazyky 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"
        }
    ]
}