devtools-diff
Easily diff the styles being applied to any pair of DOM elements.
Cos'è devtools-diff?
devtools-diff è un'estensione di Chrome sviluppata da mtn, e la sua funzione principale è "Easily diff the styles being applied to any pair of DOM elements.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione devtools-diff
Scarica i file di estensione devtools-diff 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
Avoid scrolling through the style inspector, trying to figure out what styles differ between two elements. This tool does so automatically -- the diff of the last two "inspected" elements will be rendered by default. Just click on two in the inspector view, as seen in the screenshot. Still rough around the edges -- if you use this I'd love feedback at https://github.com/mtn/difftool
Informazioni di Base sull'Estensione
Nome | devtools-diff |
ID | pibbgfbcdndokmmkgjhbgmgklhplblpi |
URL Ufficiale | https://chromewebstore.google.com/detail/devtools-diff/pibbgfbcdndokmmkgjhbgmgklhplblpi |
Descrizione | Easily diff the styles being applied to any pair of DOM elements. |
Dimensione del File | 4.05 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-07-07 |
Data di Pubblicazione | 2018-07-06 |
Sviluppatore | mtn |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "devtools-diff", "version": "0.1", "manifest_version": 2, "description": "Easily diff the styles being applied to any pair of DOM elements.", "devtools_page": "difftools.html" } |