Currency converter by Honzaik
You can easily convert any currency via this extension.
ما هو Currency converter by Honzaik؟
Currency converter by Honzaik هو إضافة Chrome تم تطويرها بواسطة Honzaik، والميزة الرئيسية لها هي "You can easily convert any currency via this extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Currency converter by Honzaik
قم بتنزيل ملفات الامتداد Currency converter by Honzaik بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can easily convert currencies instantly in any tab.
معلومات أساسية عن التمديد
الاسم | Currency converter by Honzaik |
ID | lipikfhaddhanogjjdbdmjfohoaepkmi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/currency-converter-by-hon/lipikfhaddhanogjjdbdmjfohoaepkmi |
الوصف | You can easily convert any currency via this extension. |
حجم الملف | 116 KB |
عدد التثبيتات | 168 |
النسخة الحالية | 1.4 |
آخر تحديث | 2022-10-20 |
تاريخ النشر | 2018-11-19 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Honzaik |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Currency converter by Honzaik", "short_name": "Currency converter", "description": "You can easily convert any currency via this extension.", "version": "1.4", "action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/floatrates.com\/daily\/usd.json" ] } |