Crypto Ticker
Track the prices of your favourite crypto coins 24/7! Prep for the next bull run! Current Features: - Select any number of coins…
Crypto Tickerคืออะไร?
Crypto Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย app.cryptoticker และคุณลักษณะหลักของมันคือ "Track the prices of your favourite crypto coins 24/7! Prep for the next bull run! Current Features: - Select any number of coins…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Ticker
ดาวน์โหลดไฟล์ส่วนขยาย Crypto Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Track the prices of your favourite crypto coins 24/7! Prep for the next bull run! Current Features: - Select any number of coins listed on CoinMarketCap - Show 1hr, 24hr and 7day price movements - Set the speed at which the ticker bar moves - Hide and unhide the bar for any tab session (right side of the bar, on hover) - Black/White list for websites, conditionally show the ticker bar - Hover ticker to see additional meta data + EARN: Curated list of places to earn free* crypto / exchange funds. Constantly updating. (Only available in Canada and the USA) No more refreshing the tab or opening your phone to check the current prices of popular crypto currencies! All prices are retrieved from coinmarketcap.com and update approximately every 5 minutes. Great for traders of all kinds, or if you just wanna look like you know what you are doing and have a ticker bar at the top of your webpage to show off to your friends and family. There will be continuous updates including bug fixes, and new features. Found an issue? Want a feature? Feel free to email [email protected]. Like the extension? Give it a rating / review, it goes a long way.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Crypto Ticker |
ID | klbbajgldjmdcpkmgkddfkbbhbfcgpmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crypto-ticker/klbbajgldjmdcpkmgkddfkbbhbfcgpmc |
คำอธิบาย | Track the prices of your favourite crypto coins 24/7! Prep for the next bull run! Current Features: - Select any number of coins… |
ขนาดไฟล์ | 1.91 MB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 1.41 |
อัปเดตครั้งล่าสุด | 2021-12-22 |
วันที่เผยแพร่ | 2021-07-01 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | app.cryptoticker |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Crypto Ticker", "name": "Crypto Ticker", "version": "1.41", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "ctlogo.png", "48": "ctlogo.png", "128": "ctlogo.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "storage" ], "web_accessible_resources": [ "assets\/*", "hardcodedData\/*", "Inconsolata\/*" ] } |