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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |