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是由app.cryptoticker開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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\/*" ] } |