devtools-diff
Easily diff the styles being applied to any pair of DOM elements.
Wat is devtools-diff?
devtools-diff is een Chrome-extensie ontwikkeld door mtn, en de belangrijkste functie is "Easily diff the styles being applied to any pair of DOM elements.".
Extensie Screenshots
Download het CRX-bestand van de extensie devtools-diff
Download devtools-diff-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | devtools-diff |
ID | pibbgfbcdndokmmkgjhbgmgklhplblpi |
Officiële URL | https://chromewebstore.google.com/detail/devtools-diff/pibbgfbcdndokmmkgjhbgmgklhplblpi |
Beschrijving | Easily diff the styles being applied to any pair of DOM elements. |
Bestandsgrootte | 4.05 KB |
Aantal Installaties | 30 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2018-07-07 |
Publicatiedatum | 2018-07-06 |
Ontwikkelaar | mtn |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |