devtools-diff
Easily diff the styles being applied to any pair of DOM elements.
Qu'est-ce que devtools-diff ?
devtools-diff est une extension Chrome développée par mtn, et sa fonction principale est "Easily diff the styles being applied to any pair of DOM elements.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension devtools-diff
Téléchargez les fichiers d'extension devtools-diff au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | devtools-diff |
ID | pibbgfbcdndokmmkgjhbgmgklhplblpi |
URL Officiel | https://chromewebstore.google.com/detail/devtools-diff/pibbgfbcdndokmmkgjhbgmgklhplblpi |
Description | Easily diff the styles being applied to any pair of DOM elements. |
Taille du Fichier | 4.05 KB |
Nombre d'Installations | 30 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2018-07-07 |
Date de Publication | 2018-07-06 |
Développeur | mtn |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |