All Projects → kdzwinel → Css Diff

kdzwinel / Css Diff

Licence: gpl-3.0
Chrome extension that allows to easily compare CSS of two HTML elements.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Css Diff

Saavn Downloader Extension
Chrome Extension to download songs and block ads for jiosaavn.com (previously saavn.com)
Stars: ✭ 74 (-11.9%)
Mutual labels:  chrome-extension
Calm Twitter
This extension hides trending information from twitter timelines to make your mind calm.
Stars: ✭ 80 (-4.76%)
Mutual labels:  chrome-extension
Ipfs Companion
Browser extension that simplifies access to IPFS resources on the web
Stars: ✭ 1,247 (+1384.52%)
Mutual labels:  chrome-extension
Podstation
podStation is a web podcast aggregator for Chrome.
Stars: ✭ 76 (-9.52%)
Mutual labels:  chrome-extension
Chrome Extensions Examples
All Chrome Extension examples collected into one repository
Stars: ✭ 1,217 (+1348.81%)
Mutual labels:  chrome-extension
Tensorboard Empty Scalar Hider
Chrome Extension of hiding empty scalar/panes in TensorBoard.
Stars: ✭ 81 (-3.57%)
Mutual labels:  chrome-extension
Scala Js Chrome
ScalaJS bindings for Chrome Extention/App and ChromeOS APIs
Stars: ✭ 73 (-13.1%)
Mutual labels:  chrome-extension
Youtube time tracker
Chrome Extension that tracks time you spent on Youtube.
Stars: ✭ 84 (+0%)
Mutual labels:  chrome-extension
Website Blocker Chrome.ext
Website Blocker for Chrome Extension
Stars: ✭ 80 (-4.76%)
Mutual labels:  chrome-extension
Save To The Wayback Machine
Browser extension for quickly saving web pages to the Internet Archive's Wayback Machine.
Stars: ✭ 83 (-1.19%)
Mutual labels:  chrome-extension
Floating Player
Floating Player is a Google Chrome extension to watch videos while you browse the internet
Stars: ✭ 77 (-8.33%)
Mutual labels:  chrome-extension
Chrome Extension
The mega.nz Chrome extension
Stars: ✭ 78 (-7.14%)
Mutual labels:  chrome-extension
Dfpm
DFPM is a browser extension for detecting browser fingerprinting.
Stars: ✭ 81 (-3.57%)
Mutual labels:  chrome-extension
Totop
答题小助手,无需额外环境依赖,chrome拓展形式,支持市面上大多数答题APP如冲顶大会,百万英雄,花椒直播,芝士超人,黄金十秒,祝你早日冲顶~
Stars: ✭ 76 (-9.52%)
Mutual labels:  chrome-extension
Globalspeed
Web extension to set a default speed for video and audio
Stars: ✭ 83 (-1.19%)
Mutual labels:  chrome-extension
Upwork Jobs Feed Tracker
Convenient way to track new jobs for Upwork freelancers.
Stars: ✭ 74 (-11.9%)
Mutual labels:  chrome-extension
React Context Devtool
React Context Devtool
Stars: ✭ 81 (-3.57%)
Mutual labels:  chrome-extension
Notifier For Github
Browser extension - Get notified about new GitHub notifications
Stars: ✭ 1,259 (+1398.81%)
Mutual labels:  chrome-extension
Mirigana
A chrome extension for adding furigana to annotate the tweets
Stars: ✭ 84 (+0%)
Mutual labels:  chrome-extension
Hops
An extension for Google Chrome to browse through the code just like you'd do in your IDE.
Stars: ✭ 81 (-3.57%)
Mutual labels:  chrome-extension

CSS Diff

Chrome/Chromium extension that allows to easily compare CSS of two HTML elements.

Screenshot

Usage

You may install this extension by downloading it from GitHub and manually loading as an 'Unpacked extension' via chrome extensions page (chrome://extensions).

To compare elements, activate Chrome Developer Tools (F12) and open "CSS Diff" tab located in the right panel of the "Elements" module (please refer to the screenshot). Next, inspect (e.g. using magnifying glass button) first of the elements that you wish to compare. As soon as it will be selected, CSS Diff will display it in the "last inspected" section. Hit "Compare" button and repeat the whole process for the another element. As soon as two HTML elements will be selected, CSS Diff will show all CSS differences between them.

Bugs and Features

If you found a bug or have a feature request, please create an issue here on GitHub.

https://github.com/kdzwinel/CSS-Diff/issues

Changelog

0.30

New features:

  • ability to compare elements from different tabs
  • more control over what is being compared through the 'Compare' button
  • improved look

0.20

New features:

  • differences displayed in a table
  • similar attributes grouped
  • webkit attributes separated

Thanks to

Mike Vanderkley for inspiration

Author

Konrad Dzwinel

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].