Style inspect

Check all unique style been used in this page

Style inspect क्या है?

Style inspect liangl1412 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check all unique style been used in this page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Style inspect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Style inspect Style inspect
ID glkjdigblpcpjidkmadoeceklgmlalpb
आधिकारिक URL https://chromewebstore.google.com/detail/style-inspect/glkjdigblpcpjidkmadoeceklgmlalpb
विवरण Check all unique style been used in this page
फ़ाइल का आकार 68.72 KB
स्थापना संख्या 92
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-01-05
प्रकाशन तिथि 2021-01-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर liangl1412
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}