Sniper CSS

Avoid unused CSS styles code in your Web/Apps.

Sniper CSSとは何ですか?

Sniper CSSはgiustiRoによって開発されたChromeの拡張機能で、その主な機能は「Avoid unused CSS styles code in your Web/Apps.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Sniper CSS拡張機能のCRXファイルをダウンロード

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
Eメール [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:\/\/*\/"
    ]
}