docs(extensions): list all extension requirements (#13688)
This commit is contained in:
parent
ca4cfca8ad
commit
c7212e6d56
|
|
@ -4,7 +4,7 @@ title: "Chrome Extensions"
|
||||||
---
|
---
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
Extensions only work in Chrome / Chromium in non-headless mode.
|
Extensions only work in Chrome / Chromium in non-headless mode, launched with a persistent context.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
The following is code for getting a handle to the [background page](https://developer.chrome.com/extensions/background_pages) of an extension whose source is located in `./my-extension`:
|
The following is code for getting a handle to the [background page](https://developer.chrome.com/extensions/background_pages) of an extension whose source is located in `./my-extension`:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue