CSS Gradient Inspector

Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.

Apa itu CSS Gradient Inspector?

CSS Gradient Inspector adalah ekstensi Chrome yang dikembangkan oleh Rafael Caricio, dan fitur utamanya adalah "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi CSS Gradient Inspector

Unduh file ekstensi CSS Gradient Inspector 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

                        Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. You can also toggle every element's gradient like different layers. It's useful for debugging.

This project is open source and you can follow more updates at the GitHub repository:

https://github.com/rafaelcaricio/gradient-inspector

If you have any feedback, please create an issue at https://github.com/rafaelcaricio/gradient-inspector/issues                    

Informasi Dasar Ekstensi

Nama CSS Gradient Inspector CSS Gradient Inspector
ID blklpjonlhpakchaahdnkcjkfmccmdik
URL Resmi https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik
Deskripsi Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
Ukuran File 284 KB
Jumlah Instalasi 1,792
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2014-10-01
Tanggal Publikasi 2014-10-01
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Rafael Caricio
Tipe Pembayaran free
Situs Ekstensi https://github.com/rafaelcaricio/gradient-inspector
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Gradient Inspector",
    "version": "0.2.0",
    "description": "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "icons": {
        "16": "img\/pretty_logo_x16.png",
        "48": "img\/pretty_logo_x48.png",
        "128": "img\/pretty_logo_x128.png"
    }
}