Currency Exchange Rate Ticker
Track your favorite currency exchange rate. Data is based on Google Finance.
Currency Exchange Rate Ticker란 무엇입니까?
Currency Exchange Rate Ticker은(는) camille.valley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your favorite currency exchange rate. Data is based on Google Finance."입니다.
확장 프로그램 스크린샷
Currency Exchange Rate Ticker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keep a close eye on your favorite currency exchange rates with our Chrome extension – Currency Exchange Rate Ticker. Developed using data from Google Finance, this tool is your gateway to real-time updates, historical insights, and alerts for rate fluctuations. Whether you're into traditional currencies or cryptocurrencies like BTC and ETH, we've got you covered. Key Features: 🌐 Real-Time Tracking: Stay informed with up-to-the-minute exchange rates for a wide range of currency pairs. 💱 Cryptocurrency Support: Monitor crypto pairs, including BTC, ETH, BNB, and more, with new additions regularly introduced. 🖥️ User-Friendly Interface: The badge prominently displays the current exchange rate, with dynamic colors indicating rate changes. 📊 Historical Data: Dive into a comprehensive chart showcasing historical exchange rate data for insightful analysis. 🚨 Custom Alerts: Set personalized alerts for rate changes, ensuring you never miss a crucial update. 🔄 Dual Pair Tracking: Now introducing the ability to track two different pairs, rotating every 5 minutes.
확장 프로그램 기본 정보
이름 | Currency Exchange Rate Ticker |
ID | cglmdfbgjbchonglaeahpcckdgkgomhj |
공식 URL | https://chromewebstore.google.com/detail/currency-exchange-rate-ti/cglmdfbgjbchonglaeahpcckdgkgomhj |
설명 | Track your favorite currency exchange rate. Data is based on Google Finance. |
파일 크기 | 126 KB |
설치 횟수 | 138 |
현재 버전 | 2.0 |
최근 업데이트 | 2024-02-02 |
출시 날짜 | 2022-09-30 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | camille.valley |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency Exchange Rate Ticker", "description": "Track your favorite currency exchange rate. Data is based on Google Finance.", "version": "2.0", "manifest_version": 3, "permissions": [ "notifications", "storage", "alarms" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" } }, "icons": { "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" } } |