Merge pull request #6493 from electron/elecron-devtools-installer
mention electron-devtools-installer as an alternative
This commit is contained in:
commit
c3ed4b5527
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ be used to extend the ability of devtools for debugging popular web frameworks.
|
||||||
|
|
||||||
## How to load a DevTools Extension
|
## 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 that downloads extensions directly from the Chrome WebStore.
|
||||||
|
|
||||||
To load an extension in Electron, you need to download it in Chrome browser,
|
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
|
locate its filesystem path, and then load it by calling the
|
||||||
`BrowserWindow.addDevToolsExtension(extension)` API.
|
`BrowserWindow.addDevToolsExtension(extension)` API.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue