
How do I add extensions up there?
I am trying to add a new extension but it does not add it to the bar's right side with others. There is no direct option to do that. How do I add redux to that place?
Chosen solution
Not all extensions come with a toolbar button and I think that this extension extends the Firefox developer tools with an extra Redux menu item, so try to open the Web Console or Browser Console to check this out.
- "3-bar" menu button -> Web Developer or Tools -> Browser Tools -> Web Developer Tools
- https://developer.mozilla.org/en-US/docs/Tools/Web_Console
Did you read the Redux docs and FAQ pages to see how it works and how you use it ?
- https://github.com/zalmoxisus/redux-devtools-extension
- https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/FAQ.md
- https://redux-form.com/6.5.0/docs/gettingstarted.md/
All Replies (1)
Chosen Solution
Not all extensions come with a toolbar button and I think that this extension extends the Firefox developer tools with an extra Redux menu item, so try to open the Web Console or Browser Console to check this out.
- "3-bar" menu button -> Web Developer or Tools -> Browser Tools -> Web Developer Tools
- https://developer.mozilla.org/en-US/docs/Tools/Web_Console
Did you read the Redux docs and FAQ pages to see how it works and how you use it ?