Metric to Imperial Converter

This extension allows the user to convert dimensions between imperial and metric.

ما هو Metric to Imperial Converter؟

Metric to Imperial Converter هو إضافة Chrome تم تطويرها بواسطة RJ Richter، والميزة الرئيسية لها هي "This extension allows the user to convert dimensions between imperial and metric.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Metric to Imperial Converter

قم بتنزيل ملفات الامتداد Metric to Imperial Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Want to convert inches to millimeters or centimeters?  This tool allows the user to convert dimensions between imperial and metric in a quick and simple way.                    

معلومات أساسية عن التمديد

الاسم Metric to Imperial Converter Metric to Imperial Converter
ID hmlgbjphkkebdhpefpmkklhgndbccejm
عنوان URL الرسمي https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm
الوصف This extension allows the user to convert dimensions between imperial and metric.
حجم الملف 263 KB
عدد التثبيتات 112
النسخة الحالية 1.2.00
آخر تحديث 2022-03-23
تاريخ النشر 2021-05-19
المطور RJ Richter
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metric to Imperial Converter",
    "short_name": "Metric to Imperial Converter",
    "description": "This extension allows the user to convert dimensions between imperial and metric.",
    "version": "1.2.00",
    "author": "RjR",
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Metric to Imperial Converter",
        "default_icon": "img\/tools-16-128.png",
        "default_popup": "popup.html"
    }
}