Follow these instructions to load your extension in browser:
- Open chrome://extensions
- Check the Developer mode checkbox
- Click on the Load unpacked extension button
- Select the folder my-extension/build
Note:
build
folder is created when you run eithernpm run watch
(for development) ornpm run build
(for production) command.
You will have to close the extension popup window and open it again.
Because opening the popup is same as reloading a page.
You will have to reload the extension and then reload the page.
To reload an extension:
- Open chrome://extensions
- Locate your extension
- Click the Reload icon adjacent to checkbox (at bottom right of extension card)
Note: See Issue 104610: Allow content scripts to update without reloading the extension
You will have to reload the extension and then reload the page.
To reload an extension:
- Open chrome://extensions
- Locate your extension
- Click the Reload icon adjacent to checkbox (at bottom right of extension card)
You will have to close the extension popup window and open it again by clicking the extension icon from toolbar.
Because opening the popup is same as reloading a page.
You will have to reload the page and your changes will start reflecting. To reload an extension:
- Open chrome://extensions
- Locate your extension
- Click the Reload icon adjacent to checkbox (at bottom right of extension card)
DevTools Panel is nothing but a HTML page, which you can reload by following the instructions:
- Right-click on the Panel HTML
- Click Reload Frame
- And the Panel HTML page will reload