EasyConvert
Converts units in page automatically
ما هو EasyConvert؟
EasyConvert هو إضافة Chrome تم تطويرها بواسطة deanvh1، والميزة الرئيسية لها هي "Converts units in page automatically".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasyConvert
قم بتنزيل ملفات الامتداد EasyConvert بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically convert units directly in your page! No need to waste time searching for conversions or to convert each measurement one-by-one. This extension is in development and currently supports converting the following: -kilograms to pounds -kilometers to miles -meters to feet -Celsius to Fahrenheit
معلومات أساسية عن التمديد
الاسم | EasyConvert |
ID | ajpcobkenlncoifnbhfilognklogkolj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easyconvert/ajpcobkenlncoifnbhfilognklogkolj |
الوصف | Converts units in page automatically |
حجم الملف | 27.75 KB |
عدد التثبيتات | 74 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2018-10-05 |
تاريخ النشر | 2018-10-05 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | deanvh1 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Converts units in page automatically", "manifest_version": 2, "name": "EasyConvert", "version": "1.1.2", "browser_action": { "default_icon": "convert.png", "default_title": "EasyConvert!", "default_popup": "popup.html" } } |