investing.com Currencies

See live currencies by single click and get notification if you want

ما هو investing.com Currencies؟

investing.com Currencies هو إضافة Chrome تم تطويرها بواسطة İbrahim Ercan، والميزة الرئيسية لها هي "See live currencies by single click and get notification if you want".

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

screenshot
screenshot

تحميل ملف CRX للإضافة investing.com Currencies

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

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

                        Unofficial Investing.com extension designed to simplify tracking currencies and cryptocurrencies.

We welcome your feedback and suggestions for new features.

Recent updates include:

- Added option to sort currencies.
- Integration of all supported widget languages for seamless redirection to local pages.
- Introduction of a default tab view feature, enabling you to view currencies or cryptocurrencies as your initial screen.                    

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

الاسم investing.com Currencies investing.com Currencies
ID iomjnncncpafccgaablgejamkpplgflo
عنوان URL الرسمي https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo
الوصف See live currencies by single click and get notification if you want
حجم الملف 290 KB
عدد التثبيتات 1,855
النسخة الحالية 3.0
آخر تحديث 2024-02-23
تاريخ النشر 2019-09-10
تقييم 4.67/5 مجموع تقييمات 3
المطور İbrahim Ercan
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/iercan/currency-extension
عنوان صفحة المساعدة https://github.com/iercan/currency-extension
عنوان صفحة سياسة الخصوصية https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "investing.com Currencies",
    "short_name": "investing.com",
    "description": "See live currencies by single click and get notification if you want",
    "version": "3.0",
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "16": "css\/images\/icon16.png",
        "48": "css\/images\/icon48.png",
        "128": "css\/images\/icon128.png"
    },
    "action": {
        "default_icon": "css\/images\/favicon.png",
        "default_title": "Investing Live Currencies",
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.investingwidgets.com\/",
        "https:\/\/*.investingcurrencies.com\/"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/investingcom-currencies\/iomjnncncpafccgaablgejamkpplgflo"
}