Flex Highlighter

Have you ever visited a website and wondered to yourself, "Wow, I wonder how prevalent the usage of the CSS style flex is on this…

ما هو Flex Highlighter؟

Flex Highlighter هو إضافة Chrome تم تطويرها بواسطة pd8، والميزة الرئيسية لها هي "Have you ever visited a website and wondered to yourself, "Wow, I wonder how prevalent the usage of the CSS style flex is on this…".

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

screenshot

تحميل ملف CRX للإضافة Flex Highlighter

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

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

                        Have you ever visited a website and wondered to yourself, "Wow, I wonder how prevalent the usage of the CSS style flex is on this website?" or been developing your beautiful new front end only to forget how the styling of your navigation bar?

Well then this extension is for you!

Simply click the button in the extension bar, and we'll replace all the background colors on the flex elements with our Luxurious Gold and Royal Purples (subject to availability). The colors even have a gradient so you can tell which direction the flex element flows in.

Never be confused again when looking at website layouts with this brand new extension!                    

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

الاسم Flex Highlighter Flex Highlighter
ID acgmniljbdkepekdgelicmmikijipnmk
عنوان URL الرسمي https://chromewebstore.google.com/detail/flex-highlighter/acgmniljbdkepekdgelicmmikijipnmk
الوصف Have you ever visited a website and wondered to yourself, "Wow, I wonder how prevalent the usage of the CSS style flex is on this…
حجم الملف 5.28 KB
عدد التثبيتات 268
النسخة الحالية 0.1
آخر تحديث 2019-06-29
تاريخ النشر 2019-06-22
تقييم 5.00/5 مجموع تقييمات 1
المطور pd8
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flex Highlighter",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "run.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}