CoinMarketCap Enhanced

Adds some enhancements to the cryptocurrency site CoinMarketCap.com

CoinMarketCap Enhancedとは何ですか?

CoinMarketCap EnhancedはNathanABによって開発されたChromeの拡張機能で、その主な機能は「Adds some enhancements to the cryptocurrency site CoinMarketCap.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CoinMarketCap Enhanced拡張機能のCRXファイルをダウンロード

CoinMarketCap Enhanced拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        **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
Eメール [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"
        }
    ]
}