simple-debug.css
Debug your layouts with one line of CSS and a single click.
Cos'è simple-debug.css?
simple-debug.css è un'estensione di Chrome sviluppata da https://chrisnager.com, e la sua funzione principale è "Debug your layouts with one line of CSS and a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione simple-debug.css
Scarica i file di estensione simple-debug.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
This extension injects simple-debug.css's one line of CSS into the current page, adding outlines and a sense of depth to the page's elements, to make debugging the page layout easier.
Informazioni di Base sull'Estensione
Nome | simple-debug.css |
ID | jlkgkebpphmaiemciejnmgccejccnpha |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha |
Descrizione | Debug your layouts with one line of CSS and a single click. |
Dimensione del File | 9.15 KB |
Conteggio Installazioni | 1,946 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-01-23 |
Data di Pubblicazione | 2015-01-23 |
Valutazione | 4.71/5 Totale 14 Valutazioni |
Sviluppatore | https://chrisnager.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/chrisnager/simple-debug.css |
URL della Pagina di Aiuto | https://github.com/chrisnager/simple-debug.css |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "simple-debug.css", "description": "Debug your layouts with one line of CSS and a single click.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "simple-debug.js" ], "persistent": false }, "browser_action": { "default_title": "Toggle simple-debug.css", "default_icon": { "19": "images\/toolbar-chrome.png", "38": "images\/[email protected]" } }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" } } |