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…

Vad är Flex Highlighter?

Flex Highlighter är en Chrome-tillägg utvecklad av pd8, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot

Ladda ner Flex Highlighter-förlängningens CRX-fil

Ladda ner Flex Highlighter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Flex Highlighter Flex Highlighter
ID acgmniljbdkepekdgelicmmikijipnmk
Officiell webbadress https://chromewebstore.google.com/detail/flex-highlighter/acgmniljbdkepekdgelicmmikijipnmk
Beskrivning 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…
Filstorlek 5.28 KB
Antal Installationer 268
Aktuell Version 0.1
Senast Uppdaterad 2019-06-29
Publiceringsdatum 2019-06-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare pd8
Betalningssätt free
Stödda Språk 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"
        ]
    }
}