Merge pull request #7958 from jhen0409/patch-2

Add Redux DevTools Extension to support list
This commit is contained in:
Kevin Sawicki 2016-11-14 07:32:53 -08:00 committed by GitHub
commit 8822c7d87d

View file

@ -51,6 +51,7 @@ Following Devtools Extensions are tested and guaranteed to work in Electron:
* [AngularJS Batarang](https://chrome.google.com/webstore/detail/angularjs-batarang/ighdmehidhipcmcojjgiloacoafjmpfk) * [AngularJS Batarang](https://chrome.google.com/webstore/detail/angularjs-batarang/ighdmehidhipcmcojjgiloacoafjmpfk)
* [Vue.js devtools](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd) * [Vue.js devtools](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
* [Cerebral Debugger](http://www.cerebraljs.com/documentation/the_debugger) * [Cerebral Debugger](http://www.cerebraljs.com/documentation/the_debugger)
* [Redux DevTools Extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd)
### What should I do if a DevTools Extension is not working? ### What should I do if a DevTools Extension is not working?