Minimal Currency Converter
Multiple currency converter with real-time exchange rates and a minimalistic user interface.
ما هو Minimal Currency Converter؟
Minimal Currency Converter هو إضافة Chrome تم تطويرها بواسطة https://outisnemo.com، والميزة الرئيسية لها هي "Multiple currency converter with real-time exchange rates and a minimalistic user interface.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Minimal Currency Converter
قم بتنزيل ملفات الامتداد Minimal Currency Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
*** Easily convert currencies using exchange rates provided by the European Central Bank & Blockchain.info ***
Features:
- Minimalist design & intuitive interface
- No need to grant any permissions
- Supports 33 currencies & Bitcoin
- Open-Source project available in GitHub
Supported currencies:
USD, EUR, JPY, CZK, DKK, GBP, HUF, PLN, RON, SEK, CHF, ISK, NOK, HRK, RUB, TRY, AUD, BRL, CAD, CNY, HKD, IDR, ILS, INR, KRW, MXN, MYR, NZD, PHP, SGD, THB, ZAR, BTC معلومات أساسية عن التمديد
| الاسم | |
| ID | meekoegodidgjomlhheckddffabnajpa |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/minimal-currency-converte/meekoegodidgjomlhheckddffabnajpa |
| الوصف | Multiple currency converter with real-time exchange rates and a minimalistic user interface. |
| حجم الملف | 19.6 KB |
| عدد التثبيتات | 435 |
| النسخة الحالية | 0.8 |
| آخر تحديث | 2021-04-26 |
| تاريخ النشر | 2020-05-15 |
| تقييم | 4.67/5 مجموع تقييمات 12 |
| المطور | https://outisnemo.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/OutisNemo/minimal-currency-converter |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Minimal Currency Converter",
"version": "0.8",
"description": "Multiple currency converter with real-time exchange rates and a minimalistic user interface.",
"homepage_url": "https:\/\/github.com\/OutisNemo\/minimal-currency-converter",
"minimum_chrome_version": "18",
"browser_action": {
"default_icon": "icons\/icon.png",
"default_title": "Minimal Currency Converter",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"scripts\/background.js"
]
},
"icons": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
} | |