console.diff(...)

console.diff(...) 3.0.5 CRX for Chrome

A Free Developer Tools Extension

Published By Alexander Block

console.diff(...) (iefeamoljhdcpigpnpggeiiabpnpgonb): Compare objects in memory with console.diff(old, new) devtools function... Read More > or Download Now >

console.diff(...) for Chrome

Download CRX

Download

93.89 KB

Chrome Store

Tech Specs

  • • Type: Browser Extension
  • • Latest Version: 3.0.5
  • • Require: Chrome 100.0 and up
  • • Offline: No
  • • Developer: Alexander Block

User Reviews

  • 2 Votes, Average: 5 out of 5
  • • Rating Average
  • 5 out of 5
  • • Rating Users
  • 2

Download Count

  • • Total Downloads
  • 15
  • • Current Version Downloads
  • 0
  • • Updated: February 6, 2024

console.diff(...) is a free Developer Tools Extension for Chrome. You could download the latest version crx file or old version crx files and install it.

More About console.diff(...)

Developers extension that extends console API with "compare those objects" abilities and JSDiff panel in your dev-tools to see the results.

Before the start: open the dev-tools and select JSDiff panel.
API:
console.diff(left, right); // compare left and right
console.diff(next); // shorthand of diffPush
console.diffLeft(left); // update object on the left side only
console.diffRight(right); // update object on the right side only
console.diffPush(next); // shifts sides, right becomes left, next becomes right

Features
* compare objects from multiple tabs and/or between page reloads
* function code included in comparison result in form of a string, may help to see if it was altered
* document, dom-elements and other non-serializable objects are filtered-out from the results
* self recurring references displayed only once, the rest of occurrences are filtered-out

Source code:
https://github.com/zendive/jsdiff/

Download console.diff(...) 3.0.5

More Extensions to Consider (Similar or Related)