Sniper CSS

Avoid unused CSS styles code in your Web/Apps.

Sniper CSSคืออะไร?

Sniper CSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย giustiRo และคุณลักษณะหลักของมันคือ "Avoid unused CSS styles code in your Web/Apps."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sniper CSS

ดาวน์โหลดไฟล์ส่วนขยาย Sniper CSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/"
    ]
}