mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
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
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
- Clone this repository.
- Load this directory in Chrome as an unpacked extension.
- Pin the extension.
- Go to https://www.google.com.
- 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).