Back to Chrome Extensions Samples

Multiple side panels example

functional-samples/cookbook.sidepanel-multiple/README.md

latest949 B
Original Source

Multiple side panels example

You can use sidepanel.getOptions() to retrieve the current side panel and switch between side panels. This example sets a welcome side panel when the extension is first installed, then when the user navigates to a different tab, it replaces it with the main side panel.

Running this extension

  1. Clone this repository.

  2. Load this directory in Chrome as an unpacked extension.

  3. Open the side panel UI

  4. Choose "Multiple side panels" to see the welcome page.

  5. Navigate to https://developer.chrome.com to see the main side panel.