Currency Exchange Rate Ticker

Track your favorite currency exchange rate. Data is based on Google Finance.

ما هو Currency Exchange Rate Ticker؟

Currency Exchange Rate Ticker هو إضافة Chrome تم تطويرها بواسطة camille.valley، والميزة الرئيسية لها هي "Track your favorite currency exchange rate. Data is based on Google Finance.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Currency Exchange Rate Ticker

قم بتنزيل ملفات الامتداد Currency Exchange Rate Ticker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
    }
}