Inspect CSS

The easiest way to inspect and edit CSS

Inspect CSS क्या है?

Inspect CSS kholid060 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to inspect and edit CSS"।

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

screenshot
screenshot
screenshot

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

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

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

                        Features: 
🔎 Get CSS Properties from any element by selecting it
✏️ Get and edit element attributes
📷 Download website assets
⌨️ Add your custom CSS to the website
🎨 Get the color palette of the website
🧭 DOM Navigation
🎯 Color picker

GitHub:
https://github.com/Kholid060/inspect-css                    

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

नाम Inspect CSS Inspect CSS
ID fbopfffegfehobgoommphghohinpkego
आधिकारिक URL https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego
विवरण The easiest way to inspect and edit CSS
फ़ाइल का आकार 380 KB
स्थापना संख्या 5,344
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2024-02-09
प्रकाशन तिथि 2020-09-15
रेटिंग 4.20/5 कुल 10 रेटिंग्स
डेवलपर kholid060
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Kholid060/inspect-css
सहायता पृष्ठ URL https://github.com/Kholid060/inspect-css/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "1.0.2",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": [],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/woff2\/*.woff2",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}