Use your favorite tools — ChatGPT, Notion, GitHub, Telegram — directly inside Chrome's side panel.
Each tool is a standalone Chrome extension, bundled in its own folder:
/
├── chatgpt/
├── notion/
├── github/
└── telegram/
Extensions also include custom CSS for clean layout in narrow sidepanels.
- Clone this repository
git clone https://github.com/OliverStoll/chrome-sidepanels.git
- Install the extensions
- Go to chrome://extensions
- Enable Developer Mode (top right)
- Click Load unpacked
- Select a folder (e.g.,
chatgpt/) — repeat for each tool you want
You can launch each side panel with a single key combo (configurable via manifest.json or Chrome's keyboard shortcut settings):
| Tool | Default Hotkey |
|---|---|
| ChatGPT | Alt + I |
| Notion | Alt + O |
| Telegram | Alt + W |
| GitHub | Alt + G |
To customize:
→ Go to chrome://extensions/shortcuts
All extensions include custom CSS to:
- Remove distracting UI elements
- Improve mobile view usability
- Adapt layout to side panel constraints
Beware that this custom CSS might be applied to the websites in full layout as well.
- Built with Manifest V3 and the Chrome Extension API
- May work in Chromium-based browsers like Brave or Edge — not officially tested
- Firefox support is not yet available, but may be possible via
browserAPI
Contributions are welcome!
Want to add a new tool or improve layout?
→ Fork the repo, open a PR, or start a discussion in Issues.
Feel free to open an Issue for help, suggestions, or bug reports.