Stop switching tabs. SplitView lets you view 2, 3, or 4 websites side by side in a single window — look up references, compare prices, or read documentation without ever leaving your current page.
- 9 layout options — side-by-side, stacked, 3-panel, 4-panel, and asymmetric grids
- Drag-to-resize panels at any time
- URL autocomplete with browser history suggestions in every panel
- Broadcast bar — type one question and send it to ALL panels at once
- Auto-submit — automatically clicks the send button after broadcasting
- Presets — save your favorite URL combinations and reopen in one click
(Pending review)
- Download or clone this repository
- Open Chrome and go to
chrome://extensions - Enable Developer mode (top right)
- Click Load unpacked and select this folder
- Click the SplitView icon in your Chrome toolbar
- Choose a layout or open a saved preset
- Each panel has its own address bar — type a URL and press Enter
- Use the broadcast bar at the top to send the same message to all panels at once
| ID | Description |
|---|---|
2h |
2 panels side by side |
2v |
2 panels stacked vertically |
3r |
1 large left + 2 stacked right |
3l |
2 stacked left + 1 large right |
3t |
2 top + 1 bottom |
3b |
1 top + 2 bottom |
4 |
2×2 grid |
4r |
1 large left + 3 stacked right |
4t |
3 top + 1 bottom |
| Permission | Purpose |
|---|---|
storage |
Save panel presets locally |
history |
URL autocomplete suggestions |
declarativeNetRequest |
Allow websites to load inside iframe panels |
host permissions (<all_urls>) |
Broadcast text to panels on any website |
All data stays on your device. Nothing is collected or transmitted externally.
See Privacy Policy.
MIT — see LICENSE