CoinMarketCap Enhanced

Adds some enhancements to the cryptocurrency site CoinMarketCap.com

ما هو CoinMarketCap Enhanced؟

CoinMarketCap Enhanced هو إضافة Chrome تم تطويرها بواسطة NathanAB، والميزة الرئيسية لها هي "Adds some enhancements to the cryptocurrency site CoinMarketCap.com".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CoinMarketCap Enhanced

قم بتنزيل ملفات الامتداد CoinMarketCap Enhanced بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}