Dollar Exchange Rate

Check the dollar exchange rate in your country currency

ما هو Dollar Exchange Rate؟

Dollar Exchange Rate هو إضافة Chrome تم تطويرها بواسطة Edgar González، والميزة الرئيسية لها هي "Check the dollar exchange rate in your country currency".

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

screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Dollar Exchange Rate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Keep track of the dollar rate in your country currency                    

معلومات أساسية عن التمديد

الاسم Dollar Exchange Rate Dollar Exchange Rate
ID ppjjbkfcofgeidfellinfmlgmpklajfk
عنوان URL الرسمي https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk
الوصف Check the dollar exchange rate in your country currency
حجم الملف 683 KB
عدد التثبيتات 15
النسخة الحالية 1.2.0
آخر تحديث 2019-04-04
تاريخ النشر 2019-04-04
تقييم 5.00/5 مجموع تقييمات 1
المطور Edgar González
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dollar Exchange Rate",
    "version": "1.2.0",
    "description": "Check the dollar exchange rate in your country currency",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/16_x_16.png",
        "32": "images\/32_x_32.png",
        "48": "images\/48_x_48.png",
        "128": "images\/128_x_128.png"
    },
    "permissions": [
        "declarativeContent",
        "notifications",
        "alarms",
        "storage",
        "https:\/\/www.countryflags.io\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16_x_16.png",
            "32": "images\/32_x_32.png",
            "48": "images\/48_x_48.png",
            "128": "images\/128_x_128.png"
        }
    },
    "options_page": "options.html"
}