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…

Was ist Flex Highlighter?

Flex Highlighter ist eine Chrome-Erweiterung, die von pd8 entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

Flex Highlighter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flex Highlighter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Flex Highlighter Flex Highlighter
ID acgmniljbdkepekdgelicmmikijipnmk
Offizielle URL https://chromewebstore.google.com/detail/flex-highlighter/acgmniljbdkepekdgelicmmikijipnmk
Beschreibung 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…
Dateigröße 5.28 KB
Installationsanzahl 268
Aktuelle Version 0.1
Letztes Update 2019-06-29
Veröffentlichungsdatum 2019-06-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler pd8
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}