You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,16 @@ Also you may run them from `./examples` folder (on port 4001 and 4002 by default
51
51
52
52
## FAQ
53
53
54
-
-**How to open Redux DevTools in a newwindow?**<br />
55
-
Right click on the page and open it from the context menu.
56
-
-**How to persist debug sessions across page reloads?**<br />
57
-
Just add `?debug_session=<session_name>` to the url.
54
+
#### How to open Redux DevTools in a newwindow
55
+
Right click on the page and open it from the context menu.
56
+
#### How to persist debug sessions across page reloads
57
+
Just add `?debug_session=<session_name>` to the url.
58
+
#### How to include it in chrome / electron /nw.js apps and extensions
59
+
Unlike web apps, Chrome extension doesn't inject anything in other chrome extensions or in chrome / electron / nw.js apps, so you have to do it by yourself to allow debugging. Just add:
To include it in a chrome extension's content script follow [the example](https://github.com/zalmoxisus/browser-redux/commit/df2db9ee11f2d197c4329b2c8a6e197da1edffd4).
0 commit comments