CoinMarketCap Enhanced

Adds some enhancements to the cryptocurrency site CoinMarketCap.com

CoinMarketCap Enhanced là gì?

CoinMarketCap Enhanced là một tiện ích mở rộng Chrome được phát triển bởi NathanAB, và tính năng chính của nó là "Adds some enhancements to the cryptocurrency site CoinMarketCap.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CoinMarketCap Enhanced

Tải xuống các tệp mở rộng CoinMarketCap Enhanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CoinMarketCap Enhanced CoinMarketCap Enhanced
ID cjdbebokopcgdhcefeijjdgfampgeejg
URL Chính Thức https://chromewebstore.google.com/detail/coinmarketcap-enhanced/cjdbebokopcgdhcefeijjdgfampgeejg
Mô tả Adds some enhancements to the cryptocurrency site CoinMarketCap.com
Kích Thước Tệp 93.34 KB
Số Lần Cài Đặt 2,346
Phiên Bản Hiện Tại 1.8.2
Cập Nhật Lần Cuối 2018-06-28
Ngày Phát Hành 2018-06-28
Đánh Giá 4.67/5 Tổng số 27 Đánh Giá
Nhà Phát Triển NathanAB
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/nathanab_
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}