Outliner CSS
A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
Apa itu Outliner CSS?
Outliner CSS adalah ekstensi Chrome yang dikembangkan oleh tarah, dan fitur utamanya adalah "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Outliner CSS
Unduh file ekstensi Outliner 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
After years of adding debug styles into projects to help debug structure and layout issues I spent an afternoon making the Outliner CSS chrome extension. Outliner CSS is added to the current page on all elements with the option to switch between RGB colors and toggle background color opacity to highlight depth.
Informasi Dasar Ekstensi
Nama | Outliner CSS |
ID | epodomlablfiehjgajhlhbdhidlkokaj |
URL Resmi | https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj |
Deskripsi | A totally awesome structure and layout debugger that inserts CSS outlines to all elements. |
Ukuran File | 13.01 KB |
Jumlah Instalasi | 9,566 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2017-10-10 |
Tanggal Publikasi | 2017-10-10 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | tarah |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Outliner CSS", "description": "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.", "version": "1.0.1", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Outliner CSS", "default_icon": "icon_19.png", "default_popup": "popup.html" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "manifest_version": 2 } |