console.diff(...) Chrome 插件, crx 扩展下载

 收录于5年前 阅读数 11

扩展ID: iefeamoljhdcpigpnpggeiiabpnpgonb

Deep compare complex in-memory objects inside browser devtools panel with console.diff command.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/
名称 console.diff(...)
插件标识 iefeamoljhdcpigpnpggeiiabpnpgonb
平台 Chrome
评分 0
评分人数 1
插件主页

作者 calexblock
版本号 2.0
大小 112 KB
官网下载次数 133
分类 查看更多 web开发 分类下的扩展插件
下载地址
更新时间 2020-10-04 00:00:00
举报
回复

大家在找这些插件