Files
Oliver Dunk 77f3b8d807 Fix images in READMEs (#1178)
These were being loaded from a CDN from our old hosting
infrastructure for developer.chrome.com. This is no longer live,
and we shouldn't have been using external images anyway, so move
all of the images to the repo.

Fixes #1171
2024-06-06 14:28:26 +02:00
..
2024-06-06 14:28:26 +02:00
2024-02-20 12:53:23 +01:00

Site-specific side panel example

This example demonstrates how to display the side panel only on google.com using the Side Panel API. It also allows users to open the side panel by clicking on the action icon or a keyboard shortcut.

Running this extension

  1. Clone this repository.
  2. Load this directory in Chrome as an unpacked extension.
  3. Pin the extension.
  4. Go to https://www.google.com.
  5. Click on the action icon to open the side panel.

💡 You can also open the side panel by pressing Ctrl+B (Windows) or Cmd+B (macOS).

Google.com side panel