Currency calculator
Currency calculator
ما هو Currency calculator؟
Currency calculator هو إضافة Chrome تم تطويرها بواسطة Eretin Oleg، والميزة الرئيسية لها هي "Currency calculator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Currency calculator
قم بتنزيل ملفات الامتداد Currency calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allow user to convert values between different currencies. Key features: - Support 5 different currencies - Provide user with up to date currencies rates - Allow to set default currency - Support 2 locales: english and russian
معلومات أساسية عن التمديد
الاسم | |
ID | abjmkppdokelmiilmojnbcplckdofjcj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/currency-calculator/abjmkppdokelmiilmojnbcplckdofjcj |
الوصف | Currency calculator |
حجم الملف | 284 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 0.1 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 1.50/5 مجموع تقييمات 2 |
المطور | Eretin Oleg |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.1", "description": "__MSG_extName__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "http:\/\/api.fixer.io\/", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |