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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoinMarketCap Enhanced
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } ] } |