Skip to content

Commit 8ee0644

Browse files
committed
add link to firefox addons
1 parent 19a3b3b commit 8ee0644

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
### ![](./bundle/img/panel-icon28.png) console.diff()
1+
### ![](./bundle/img/panel-icon28.png) JSDiff
22

3-
[![console.diff()](https://storage.googleapis.com/web-dev-uploads/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/tbyBjqi7Zu733AAKA5n4.png)](https://chrome.google.com/webstore/detail/jsdiff-devtool/iefeamoljhdcpigpnpggeiiabpnpgonb)
3+
An extension for developers that enhances the console API by incorporating the ability to compare objects and adds a JSDiff tab (parallel to Elements, Network panels) within your dev-tools for viewing the results.
44

5-
Chrome extension to compare objects in memory with console.diff(old, new) devtools function.
5+
- Available in Chrome Web Store as [console.diff()](https://chromewebstore.google.com/detail/consolediff/iefeamoljhdcpigpnpggeiiabpnpgonb)
6+
- Available in Firefox Add-ons as [jsdiff.diff()](https://addons.mozilla.org/addon/jsdiff-diff/)
67

78
<details>
89
<summary> <strong>Examples</strong> </summary>
@@ -34,8 +35,9 @@ Chrome extension to compare objects in memory with console.diff(old, new) devtoo
3435
- Symple user interface:
3536

3637
- Button to hide/show unchanged properties.
37-
- Button to copy changed properties in format of `jsondiffpatch` diff object.
38+
- Button to copy changed properties in format of `jsondiffpatch` Delta object.
3839
- Button to clear current result.
40+
- Search input to highlight patterns
3941
- Indicator of the last update time.
4042
- Indicator of a fatal error (out of storage memory).
4143
- Devtools light/dark colour scheme support.
@@ -50,7 +52,7 @@ Chrome extension to compare objects in memory with console.diff(old, new) devtoo
5052

5153
- Using `console.diff` functions from within online code editors like: [codesandbox.io](https://codesandbox.io), [coderpad.io](https://coderpad.io), [flems.io](https://flems.io), [codepen.io](https://codepen.io), [jsfiddle.net](https://jsfiddle.net).
5254

53-
- Functions are included in comparison result in order to detect possible alterations, in form of a string combined from a function name (if present) and a SHA-256 hash of a `function.toString()` body. Native functions are shown as silmply as `ƒ⟪native⟫`.
55+
- Functions are included in comparison result in order to detect possible alterations, in form of a string combined from a function name (if present) and a SHA-256 hash of a `function.toString()` body. Native functions are shown as `ƒ⟪native⟫`.
5456

5557
- Some DOM objects like Document or Element are not worth to be shown entirely, since that is not the purpose of this extension. So if they are present anywhere, they are serialized as `0x####: ⟪unserializable⟫`.
5658

0 commit comments

Comments
 (0)