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