Simple Weight Converter - Pound and Kilogram

Enter numbers to convert to lb or kg

ما هو Simple Weight Converter - Pound and Kilogram؟

Simple Weight Converter - Pound and Kilogram هو إضافة Chrome تم تطويرها بواسطة Steven Childrey، والميزة الرئيسية لها هي "Enter numbers to convert to lb or kg".

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

screenshot

تحميل ملف CRX للإضافة Simple Weight Converter - Pound and Kilogram

قم بتنزيل ملفات الامتداد Simple Weight Converter - Pound and Kilogram بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension allows you you to quickly and easily convert from pounds to kilograms and vice versa. As you are entering numbers, the other unit type will automatically update with the correct conversion.                    

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

الاسم Simple Weight Converter - Pound and Kilogram Simple Weight Converter - Pound and Kilogram
ID lihkjpmkolenlpmecejhbkdmcfhbaogf
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-weight-converter-p/lihkjpmkolenlpmecejhbkdmcfhbaogf
الوصف Enter numbers to convert to lb or kg
حجم الملف 28.49 KB
عدد التثبيتات 734
النسخة الحالية 1.0
آخر تحديث 2016-11-03
تاريخ النشر 2016-11-02
تقييم 5.00/5 مجموع تقييمات 5
المطور Steven Childrey
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weight Converter - Pound and Kilogram",
    "description": "Enter numbers to convert to lb or kg",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Pound <-> Kilogram Convesion"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    }
}