How to use when I'm developing chrome extension
See original GitHub issueI tried to use it in my chrome extension, but in my popup console:
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || window.__REDUX_DEVTOOLS_EXTENSION__
undefined
But in my devtools on popup there is “redux”(the redux-devtools-extension) 😿
It’s not possible ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Chrome Extensions getting started guides
These tutorials not only teach you how to build real-world extensions but also strive to share development tips and best practices. In addition, ......
Read more >How to Build a Chrome Extension - Neil Patel
Go to chrome://extensions in your Google Chrome browser · Check the Developer mode checkbox in the top right-hand corner · Click “Load Unpacked”...
Read more >How to Create Your Own Google Chrome Extension
Have you ever wondered how to build one yourself? In this article, I will show you how you can create a Chrome extension...
Read more >How To Develop A Chrome Extension - Usersnap Blog
Your Chrome extension can use all the APIs that a browser provides (such as JSON, or XMLHttpRequest). It can interact with any web...
Read more >How to Build a Chrome Extension | CSS-Tricks
Once the manifest, CSS and JavaScript files are ready, head over to chrome://extensions/ from the browser's address bar and enable developer ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It looks works fine on latest version of Chrome (example), not sure if it is recent updates. 😂
We used to have a solution for that (example) but it’s no longer work on Chrome (See https://github.com/zalmoxisus/crossbuilder/issues/48), so currently we recommend to use
remote-redux-devtools
for developing chrome extension.