mention electron-devtools-installer as an automated alternative
This commit is contained in:
parent
ba887dbde7
commit
f857be431a
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ be used to extend the ability of devtools for debugging popular web frameworks.
|
|||
|
||||
## How to load a DevTools Extension
|
||||
|
||||
This document outlines the process for manually loading an extension.
|
||||
You may also try
|
||||
[electron-devtools-installer](https://github.com/GPMDP/electron-devtools-installer),
|
||||
a third-party tool the downloads the chrome extension directly from the
|
||||
Chrome WebStore.
|
||||
|
||||
To load an extension in Electron, you need to download it in Chrome browser,
|
||||
locate its filesystem path, and then load it by calling the
|
||||
`BrowserWindow.addDevToolsExtension(extension)` API.
|
||||
|
|
Loading…
Reference in a new issue