question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use when I'm developing chrome extension

See original GitHub issue

I 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:open
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jhen0409commented, May 3, 2017

It looks works fine on latest version of Chrome (example), not sure if it is recent updates. 😂

2017-05-03 11 32 59
2reactions
jhen0409commented, Apr 14, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found