Outliner CSS
A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
Cos'è Outliner CSS?
Outliner CSS è un'estensione di Chrome sviluppata da tarah, e la sua funzione principale è "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Outliner CSS
Scarica i file di estensione Outliner CSS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Outliner CSS |
ID | epodomlablfiehjgajhlhbdhidlkokaj |
URL Ufficiale | https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj |
Descrizione | A totally awesome structure and layout debugger that inserts CSS outlines to all elements. |
Dimensione del File | 13.01 KB |
Conteggio Installazioni | 9,566 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-10-10 |
Data di Pubblicazione | 2017-10-10 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | tarah |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |