Unit Converter
Easy to use Unit Converter
ما هو Unit Converter؟
Unit Converter هو إضافة Chrome تم تطويرها بواسطة dtuit، والميزة الرئيسية لها هي "Easy to use Unit Converter".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unit Converter
قم بتنزيل ملفات الامتداد Unit Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
•Unit converter will convert your units quick and simple. •Choose your preferred category and units on the options page. •Currently supports many common units in the categories of Temperature, Length, Mass, Speed, Volume, Area, Fuel consumption, Time and Digital Storage, [NEW] Added categories Energy, Power, Force, Electric Current. [NEW] Supports Fractional Inputs More categories and units to come. source code available on github: https://github.com/dtuit/UnitConverter-ChromeExt
معلومات أساسية عن التمديد
الاسم | Unit Converter |
ID | igjeajmonjofckmiheidpmebpmdbbiam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unit-converter/igjeajmonjofckmiheidpmebpmdbbiam |
الوصف | Easy to use Unit Converter |
حجم الملف | 63.2 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 0.0.0.5 |
آخر تحديث | 2015-11-30 |
تاريخ النشر | 2015-11-30 |
تقييم | 4.23/5 مجموع تقييمات 70 |
المطور | dtuit |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unit Converter", "description": "Easy to use Unit Converter", "version": "0.0.0.5", "icons": { "16": "icons\/Units-icon24.png", "48": "icons\/Units-icon48.png", "128": "icons\/Units-icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icons\/Units-icon48.png", "default_popup": "unitConverter.html" } } |