CSS Debugger

CSS Debber is a powerful Chrome extension designed for web developers and designers.

Τι είναι το CSS Debugger;

Το CSS Debugger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bright Hadith, και η κύρια λειτουργία του είναι "CSS Debber is a powerful Chrome extension designed for web developers and designers.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης CSS Debugger

Λήψη αρχείων επέκτασης CSS Debugger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This browser extension injects the CSS Debugger into the present webpage, creating outlines around each element to enhance the visibility of their placement on the page.

Within the realm of web development, this remarkable browser extension serves a pivotal role by seamlessly integrating the robust functionality of a CSS debugger directly into the fabric of the currently displayed webpage. This intricate tool empowers developers and designers alike to delve into the intricate nuances of their cascading style sheets, facilitating a comprehensive understanding and meticulous control over the visual and structural aspects of the page's elements.

Upon activation, this extension meticulously scans the underlying code and renders a visual aid by enveloping each individual element with meticulously crafted outlines. These outlines are strategically designed to serve as a perceptive guide, illuminating the exact positioning and dimension of every element within the broader layout of the page. As a result, developers are bestowed with an unparalleled clarity regarding the hierarchical relationships, overlaps, and alignments of various elements, thereby fostering a more intuitive grasp of the overall design's intricacies.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CSS Debugger CSS Debugger
ID bjpidjfkmlbmlfeogdpemieacmdicdno
Επίσημο URL https://chromewebstore.google.com/detail/css-debugger/bjpidjfkmlbmlfeogdpemieacmdicdno
Περιγραφή CSS Debber is a powerful Chrome extension designed for web developers and designers.
Μέγεθος Αρχείου 13.27 KB
Αριθμός Εγκαταστάσεων 153
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2023-10-03
Ημερομηνία Δημοσίευσης 2023-08-28
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Bright Hadith
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1AAK2GJqBkkff8TkO36G9eJm8Y-xr8s-dBAIcGqs-fog/edit?usp=sharing
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Debugger",
    "description": "CSS Debber is a powerful Chrome extension designed for web developers and designers.",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "logo.png",
        "default_title": "CSS Debugger"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": "Ctrl+Shift+X",
            "description": "Toggle CSS Debugger"
        }
    }
}