Style inspect

Check all unique style been used in this page

What is Style inspect?

Style inspect is a Chrome extension developed by liangl1412, and its main feature is "Check all unique style been used in this page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Style inspect Extension CRX File

Download Style inspect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Style inspect Style inspect
ID glkjdigblpcpjidkmadoeceklgmlalpb
Official URL https://chromewebstore.google.com/detail/style-inspect/glkjdigblpcpjidkmadoeceklgmlalpb
Description Check all unique style been used in this page
File Size 68.72 KB
Installation Count 92
Current Version 1.1
Last Updated 2021-01-05
Publish Date 2021-01-05
Rating 5.00/5 Total 1 Ratings
Developer liangl1412
Email [email protected]
Payment Type free
Supported Languages 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
}