diff --git a/docs/tutorial/devtools-extension.md b/docs/tutorial/devtools-extension.md index 631d0ad0eb7..00911a2d2e9 100644 --- a/docs/tutorial/devtools-extension.md +++ b/docs/tutorial/devtools-extension.md @@ -5,6 +5,11 @@ 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 that downloads extensions 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.