Style inspect

Check all unique style been used in this page

Was ist Style inspect?

Style inspect ist eine Chrome-Erweiterung, die von liangl1412 entwickelt wurde, und ihr Hauptmerkmal ist "Check all unique style been used in this page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Style inspect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Style inspect-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

                        Extract all unique style like font size, font color and background color that generate into a viewable style guide for user with just one click

No more digging into code or inspect elements to try to figure out what kind style guideline has been used in this page. 

Easier way to spot any unexpected color or font size been used in the page and have the ability to toggle corresponding element with highlight border

Ability to bulk update all elements that use the same color real time 

More unique style data available in the console for developer to use                    

Grundlegende Informationen zur Erweiterung

Name Style inspect Style inspect
ID glkjdigblpcpjidkmadoeceklgmlalpb
Offizielle URL https://chromewebstore.google.com/detail/style-inspect/glkjdigblpcpjidkmadoeceklgmlalpb
Beschreibung Check all unique style been used in this page
Dateigröße 68.72 KB
Installationsanzahl 92
Aktuelle Version 1.1
Letztes Update 2021-01-05
Veröffentlichungsdatum 2021-01-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler liangl1412
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Style inspect",
    "version": "1.1",
    "author": "Yi Zhou",
    "description": "Check all unique style been used in this page",
    "browser_action": {
        "default_icon": "images\/off.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2
}