Currency Converter

Currency Converter simply adds a popup to find the equivalent of a amount currency to another.

ما هو Currency Converter؟

Currency Converter هو إضافة Chrome تم تطويرها بواسطة John Sanchirico، والميزة الرئيسية لها هي "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".

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

screenshot

تحميل ملف CRX للإضافة Currency Converter

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

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

                        Currency Converter simply adds a popup to find the equivalent of a amount currency to another.                    

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

الاسم Currency Converter Currency Converter
ID kipcafhagipanajgjbklapaifbfgmbof
عنوان URL الرسمي https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof
الوصف Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
حجم الملف 76.83 KB
عدد التثبيتات 49
النسخة الحالية 0.1.1
آخر تحديث 2019-10-23
تاريخ النشر 2019-10-23
تقييم 5.00/5 مجموع تقييمات 1
المطور John Sanchirico
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency Converter",
    "short_name": "CC",
    "version": "0.1.1",
    "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Currency Converter",
        "default_popup": "popup.html"
    }
}