Skip to content

Commit 4992a22

Browse files
committed
Update FAQ
1 parent 26f5f5c commit 4992a22

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,16 @@ Also you may run them from `./examples` folder (on port 4001 and 4002 by default
5151

5252
## FAQ
5353

54-
- **How to open Redux DevTools in a new window?**<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 new window
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:
60+
```
61+
<script src="chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/js/inject.bundle.js"></script>
62+
```
63+
To include it in a chrome extension's content script follow [the example](https://github.com/zalmoxisus/browser-redux/commit/df2db9ee11f2d197c4329b2c8a6e197da1edffd4).
5864

5965
## Credits
6066

0 commit comments

Comments
 (0)