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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}