CSS Unites

CSS Unites specially develop for Frontend Engineers.

ما هو CSS Unites؟

CSS Unites هو إضافة Chrome تم تطويرها بواسطة mexuvo، والميزة الرئيسية لها هي "CSS Unites specially develop for Frontend Engineers.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة CSS Unites

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

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

                        This is a CSS Units Converter.
 
Some times we need to convert CSS unites to other CSS unites.

CSS Unites specially develop for Frontend Engineers. You can convert any kind of CSS units. When input your value in any field then other field will be converted.                    

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

الاسم CSS Unites CSS Unites
ID bgbjdaligcmcobjgnhajolfhhhgjmoad
عنوان URL الرسمي https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad
الوصف CSS Unites specially develop for Frontend Engineers.
حجم الملف 1.08 MB
عدد التثبيتات 62
النسخة الحالية 1.0.0
آخر تحديث 2022-02-03
تاريخ النشر 2022-02-03
تقييم 5.00/5 مجموع تقييمات 11
المطور mexuvo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS Unites",
    "description": "CSS Unites specially develop for Frontend Engineers.",
    "version": "1.0.0",
    "icons": {
        "45": ".\/images\/logo45X45.png",
        "128": ".\/images\/128.png"
    },
    "background.service_worker": {
        "presistent": true,
        "scripts": [
            ".\/popup.js"
        ]
    },
    "action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}