CoinMarketCap Enhanced

Adds some enhancements to the cryptocurrency site CoinMarketCap.com

CoinMarketCap Enhanced क्या है?

CoinMarketCap Enhanced NathanAB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds some enhancements to the cryptocurrency site CoinMarketCap.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CoinMarketCap Enhanced एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम CoinMarketCap Enhanced CoinMarketCap Enhanced
ID cjdbebokopcgdhcefeijjdgfampgeejg
आधिकारिक URL https://chromewebstore.google.com/detail/coinmarketcap-enhanced/cjdbebokopcgdhcefeijjdgfampgeejg
विवरण Adds some enhancements to the cryptocurrency site CoinMarketCap.com
फ़ाइल का आकार 93.34 KB
स्थापना संख्या 2,346
वर्तमान संस्करण 1.8.2
अंतिम अपडेट 2018-06-28
प्रकाशन तिथि 2018-06-28
रेटिंग 4.67/5 कुल 27 रेटिंग्स
डेवलपर NathanAB
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/nathanab_
समर्थित भाषाएँ 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"
        }
    ]
}