Smart Converter

Supper easy to use currency converter extension

ما هو Smart Converter؟

Smart Converter هو إضافة Chrome تم تطويرها بواسطة https://smart-converter.vercel.app، والميزة الرئيسية لها هي "Supper easy to use currency converter extension".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        How to use:
      1. Select source currency
      2. Type value
      3. Get conversion for all other currencies

💵 Multiple conversions
      56 currencies available for conversion.

⚡️ Always at hand
      Use keyboard shortcut to open conversions pop up.
       Alt + E (Windows, Linux, Chrome OS)
       ⌥ + E (macOS)

🌙 Dark theme
      Beautiful dark theme designed to reduce eye strain at night.                    

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

الاسم Smart Converter Smart Converter
ID lbjjliediibjgglhhmnpanncbkchpmeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/smart-converter/lbjjliediibjgglhhmnpanncbkchpmeg
الوصف Supper easy to use currency converter extension
حجم الملف 2.76 MB
عدد التثبيتات 789
النسخة الحالية 1.5.0
آخر تحديث 2023-09-20
تاريخ النشر 2022-04-27
تقييم 4.71/5 مجموع تقييمات 7
المطور https://smart-converter.vercel.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://smart-converter.vercel.app/
عنوان صفحة المساعدة https://smart-converter.vercel.app/contacts
عنوان صفحة سياسة الخصوصية https://www.doublesubs.com/privacy
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "1.5.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/smart-converter.vercel.app\/",
    "author": "Currency Exchange Rates",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "icons": {
        "128": ".\/dist\/assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": ".\/dist\/popup.html",
        "default_title": "Open the popup",
        "default_icon": ".\/dist\/assets\/icons\/icon.png"
    },
    "background": {
        "service_worker": "dist\/bgWrapper.js"
    },
    "options_page": "dist\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/options.html"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            }
        }
    }
}