Simple currency converter
Currency rate calculator
ما هو Simple currency converter؟
Simple currency converter هو إضافة Chrome تم تطويرها بواسطة MaxPax، والميزة الرئيسية لها هي "Currency rate calculator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple currency converter
قم بتنزيل ملفات الامتداد Simple currency converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Convenient financial converter. Just enter the desired amount and you will see the corresponding amount in another currency. All major fiat currencies and popular cryptocurrencies are supported. Unused currencies can be hidden.
معلومات أساسية عن التمديد
الاسم | Simple currency converter |
ID | obhemlghbbloobahdlkjmniichcandhd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd |
الوصف | Currency rate calculator |
حجم الملف | 125 KB |
عدد التثبيتات | 7,083 |
النسخة الحالية | 2.3 |
آخر تحديث | 2023-10-24 |
تاريخ النشر | 2020-06-10 |
تقييم | 4.00/5 مجموع تقييمات 50 |
المطور | MaxPax |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.3", "default_locale": "ru", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "icon48.png" }, "default_title": "__MSG_name__" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "*:\/\/*.iliz.net\/*" ], "icons": { "19": "icon48.png", "24": "icon48.png", "32": "icon48.png", "48": "icon48.png", "128": "icon128.png" } } |