Inspect CSS

The easiest way to inspect and edit CSS

Apa itu Inspect CSS?

Inspect CSS adalah ekstensi Chrome yang dikembangkan oleh kholid060, dan fitur utamanya adalah "The easiest way to inspect and edit CSS".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Inspect CSS

Unduh file ekstensi Inspect CSS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Inspect CSS Inspect CSS
ID fbopfffegfehobgoommphghohinpkego
URL Resmi https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego
Deskripsi The easiest way to inspect and edit CSS
Ukuran File 380 KB
Jumlah Instalasi 5,344
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2024-02-09
Tanggal Publikasi 2020-09-15
Penilaian 4.20/5 Total 10 Penilaian
Pengembang kholid060
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Kholid060/inspect-css
URL Halaman Bantuan https://github.com/Kholid060/inspect-css/issues
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}