CoinMarketCap - Filter coins by exchange

Filter lists of cryptocurrencies on CoinMarketCap.com by exchange(eg. Binance, Bitfinex, Cryptopia..)

CoinMarketCap - Filter coins by exchangeคืออะไร?

CoinMarketCap - Filter coins by exchange เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kalkulus และคุณลักษณะหลักของมันคือ "Filter lists of cryptocurrencies on CoinMarketCap.com by exchange(eg. Binance, Bitfinex, Cryptopia..)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoinMarketCap - Filter coins by exchange

ดาวน์โหลดไฟล์ส่วนขยาย CoinMarketCap - Filter coins by exchange ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Filter lists of cryptocurrencies on CoinMarketCap.com by exchange(eg. Binance, Bitfinex, Cryptopia..)

Extension adds a dropdown to the CoinMarketCap website with a list of exchanges that CoinMarketCap tracks. When selecting an exchange in the dropdown only coins that are on that exchange will be visible in the list.

NOTE: Extension only works with the data on the page.

If there are 100 coins in the list it will only filter those coins. It will not add new coins to give you a new list of 100 coins


== Like it? Donate. Thanks :)
BTC: 149SFPswNbHmR6rzh7KBJuLWWnyWBxTi7G

ETH: 0x17690d624fcaB0Df696aD7d9A987403B083169e2

LTC: LZsj7eZUJR5yuXpiKy3saNaM43uXJ8X2QL

TRX: 0xcbbb11e17d3b53b063c3b578a05cb5bda5f96568

DASH: XchkhRpk2YyumQ57ui427UwLHeaG6c7DcV

ICX: 0xcbbb11e17d3b53b063c3b578a05cb5bda5f96568                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CoinMarketCap - Filter coins by exchange CoinMarketCap - Filter coins by exchange
ID fbeffmpldlfdkoelecijhdckcngggnnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coinmarketcap-filter-coin/fbeffmpldlfdkoelecijhdckcngggnnf
คำอธิบาย Filter lists of cryptocurrencies on CoinMarketCap.com by exchange(eg. Binance, Bitfinex, Cryptopia..)
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 428
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-01-21
วันที่เผยแพร่ 2018-01-21
คะแนน 2.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา kalkulus
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoinMarketCap - Filter coins by exchange",
    "description": "Filter lists of cryptocurrencies on CoinMarketCap.com by exchange(eg. Binance, Bitfinex, Cryptopia..)",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon.16.png",
        "48": "icons\/icon.48.png",
        "128": "icons\/icon.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/coinmarketcap.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "cmc-ef.js",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.gif"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}