Skip to content

Commit f78fac8

Browse files
committed
pr feedback
1 parent 2c3d6fa commit f78fac8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

browsers/extensions.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,18 @@ kernel extensions download-web-store https://chromewebstore.google.com/detail/sh
8282

8383
From here you can upload the extension to Kernel as normal.
8484

85+
```bash CLI
86+
kernel extensions upload ./downloaded-extension --name my-extension
87+
```
8588

8689
## Loading an extension into a running browser
8790

8891
If you have a browser running and would like to load an extension into it after the browser session has started, Kernel also allows you to do that via the CLI (or [API](http://localhost:3000/api-reference/browsers/ad-hoc-upload-one-or-more-unpacked-extensions-to-a-running-browser-instance)):
8992

9093
```bash CLI
91-
kernel browsers extensions upload $session_id ./my-extension
94+
kernel browsers extensions upload <session_id> ./my-extension
9295
```
9396

97+
<Info>
9498
Note that this will restart the browser process and break any connections to the browser CDP URL.
99+
</Info>

0 commit comments

Comments
 (0)