Sniper CSS

Avoid unused CSS styles code in your Web/Apps.

Sniper CSS क्या है?

Sniper CSS giustiRo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Avoid unused CSS styles code in your Web/Apps."।

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

screenshot
screenshot

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

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

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

                        Hi Devs!

This extension will interact and try to collect all CSS rules of your site, using emulations like Dark and Light themes, going through different media breakpoints, switching User Agents and so on.

It will be being improved with time! Try it!

Supporting:
-Multiple Breakpoints
-Dark and Light Themes
-Multiple User-Agents
-Node's Pseudo-States
-Keyframes
-Other At-rules like prefers-motion, pointer, etc.
-On-load hook related rules.

Roadmap:
-To add some user inputs preferences and apply them to generated CSS file.                    

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

नाम Sniper CSS Sniper CSS
ID kknjnehpgiaeljeilemamjjiopemockp
आधिकारिक URL https://chromewebstore.google.com/detail/sniper-css/kknjnehpgiaeljeilemamjjiopemockp
विवरण Avoid unused CSS styles code in your Web/Apps.
फ़ाइल का आकार 68.29 KB
स्थापना संख्या 261
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-04-19
प्रकाशन तिथि 2023-04-12
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर giustiRo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sniper CSS",
    "version": "1.1",
    "description": "Avoid unused CSS styles code in your Web\/Apps.",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "debugger"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Optimize CSS for this site!",
        "default_icon": {
            "16": "assets\/16.png",
            "24": "assets\/24.png",
            "32": "assets\/32.png",
            "64": "assets\/64.png",
            "100": "assets\/100.png"
        }
    },
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}