Remember Windows
Save and restore all windows/tabs with their positions and sizes
As of June 2026, Remember Windows has 16 users and a 5.00/5 rating from 1 reviews in the Productivity category.
Usersup 300.0 percent+300.0%
16
16
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
1.3
Manifest V3
90-day change · In the last 90 days this extension 1 version update.
History
10 snapshotsTracking since Apr 16, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 16, 2026 | 4 | 5.00 | 1 | 1.2 |
| Apr 22, 2026 | 11 | 5.00 | 1 | 1.2 |
| Apr 27, 2026 | 12 | 5.00 | 1 | 1.2 |
| May 4, 2026 | 13 | 5.00 | 1 | 1.2 |
| May 10, 2026 | 14 | 5.00 | 1 | 1.2 |
| May 15, 2026 | 16 | 5.00 | 1 | 1.2 |
| May 21, 2026 | 18 | 5.00 | 1 | 1.2 |
| May 28, 2026 | 20 | 5.00 | 1 | 1.2 |
| Jun 4, 2026 | 19 | 5.00 | 1 | 1.2 |
| Jun 9, 2026 | 19 | 5.00 | 1 | 1.3 |
| Now | 16 | 5.00 | 1 | 1.3 |
Changelog
- Jun 4, 2026description
This is an Open Source Project. All source code are available at https://github.com/monaye/chrome-remember-windows # Remember Windows Save and restore your browser workspace in seconds. ## What It Does Remember Windows captures your entire browser setup - all windows, tabs, positions, and sizes - and lets you restore it anytime with a simple copy/paste. ## Features - **Save All Windows** - Capture every open window with exact screen positions and sizes - **Human-Readable Format** - Saved data is plain text, easy to read and edit - **Selective Restore** - Delete lines you don't need, keep only the tabs you want to reopen - **Paste Any URLs** - Paste a list of URLs from anywhere and open them all at once - **Portable** - Save your workspace as text to store anywhere (notes, files, cloud) - **Privacy Aware** - Regular and private windows are handled separately - **Pinned Tabs** - Preserves your pinned tab setup ## How to Use ### Save your workspace 1. Click the extension icon 2. Click **Save All Windows** to capture your current setup 3. Click **Copy** to copy the data to clipboard 4. Save the text wherever you like (notes app, text file, etc.) ### Restore your workspace 1. Paste the saved text back into the extension 2. Click **Restore Windows** to recreate all windows and tabs ### Restore selectively You can edit the saved text before restoring: - Delete any URLs you don't want to reopen - Delete a window marker line to open those tabs in your current window instead of a new one - Paste just a list of URLs from anywhere - they'll open as new tabs in your current window ## Saved Format ``` /* Window 1 |left:0|top:23|width:1200|height:800|state:normal| */ https://google.com [pinned] https://github.com/user/project https://stackoverflow.com/questions /* Window 2 |left:100|top:50|width:1000|height:600|state:maximized| */ https://docs.google.com/spreadsheet/abc https://figma.com/file/design-project ``` - Window markers define position, size, and state for each window - URLs are listed one per line under each window - `[pinned]` marks pinned tabs - Window markers are optional - bare URLs open in your current window ## Use Cases - **Work Contexts** - Save different window layouts for different projects - **Daily Reset** - Start each day with your preferred browser setup - **Share Setups** - Send your research tab collection to a colleague - **Backup** - Never lose your carefully arranged workspace again - **Quick Open** - Paste a list of URLs from any source to open them all at once ## Privacy - No data is collected or sent anywhere - Everything stays on your device - Works offline
This is an Open Source Project. All source code are available at https://github.com/monaye/chrome-remember-windows # Remember Windows Save and restore your browser workspace in seconds. ## What It Does Remember Windows captures your entire browser setup - all windows, tabs, positions, and sizes - and lets you restore it anytime with a simple copy/paste. ## Features - **Save All Windows** - Capture every open window with exact screen positions and sizes - **Human-Readable Format** - Saved data is plain text, easy to read and edit - **Selective Restore** - Delete lines you don't need, keep only the tabs you want to reopen - **Paste Any URLs** - Paste a list of URLs from anywhere and open them all at once - **Portable** - Save your workspace as text to store anywhere (notes, files, cloud) - **Privacy Aware** - Regular and private windows are handled separately - **Pinned Tabs** - Preserves your pinned tab setup ## How to Use ### Save your workspace 1. Click the extension icon 2. Click **Save All Windows** to capture your current setup 3. Click **Copy** to copy the data to clipboard 4. Save the text wherever you like (notes app, text file, etc.) ### Restore your workspace 1. Paste the saved text back into the extension 2. Click **Restore Windows** to recreate all windows and tabs ### Restore selectively You can edit the saved text before restoring: - Delete any URLs you don't want to reopen - Delete a window marker line to open those tabs in your current window instead of a new one - Paste just a list of URLs from anywhere - they'll open as new tabs in your current window ## Saved Format ``` /* Window 1 |left:0|top:23|width:1200|height:800|state:normal| */ https://google.com [pinned] https://github.com/user/project https://stackoverflow.com/questions /* Window 2 |left:100|top:50|width:1000|height:600|state:maximized| */ https://docs.google.com/spreadsheet/abc https://figma.com/file/design-project ``` - Window markers define position, size, and state for each window - URLs are listed one per line under each window - `[pinned]` marks pinned tabs - Window markers are optional - bare URLs open in your current window ## Use Cases - **Work Contexts** - Save different window layouts for different projects - **Daily Reset** - Start each day with your preferred browser setup - **Share Setups** - Send your research tab collection to a colleague - **Backup** - Never lose your carefully arranged workspace again - **Quick Open** - Paste a list of URLs from any source to open them all at once ## Privacy - No data is collected or sent anywhere - Everything stays on your device - Works offline ## Change Log ### Version 1.3 - fix defects with parsing of URL with title containing special character - added "Close All Button"
Permissions & access
- Permissions
- tabs
- Host access
- None declared
Screenshots
About
This is an Open Source Project. All source code are available at https://github.com/monaye/chrome-remember-windows # Remember Windows Save and restore your browser workspace in seconds. ## What It Does Remember Windows captures your entire browser setup - all windows, tabs, positions, and sizes - and lets you restore it anytime with a simple copy/paste. ## Features - **Save All Windows** - Capture every open window with exact screen positions and sizes - **Human-Readable Format** - Saved data is plain text, easy to read and edit - **Selective Restore** - Delete lines you don't need, keep only the tabs you want to reopen - **Paste Any URLs** - Paste a list of URLs from anywhere and open them all at once - **Portable** - Save your workspace as text to store anywhere (notes, files, cloud) - **Privacy Aware** - Regular and private windows are handled separately - **Pinned Tabs** - Preserves your pinned tab setup ## How to Use ### Save your workspace 1. Click the extension icon 2. Click **Save All Windows** to capture your current setup 3. Click **Copy** to copy the data to clipboard 4. Save the text wherever you like (notes app, text file, etc.) ### Restore your workspace 1. Paste the saved text back into the extension 2. Click **Restore Windows** to recreate all windows and tabs ### Restore selectively You can edit the saved text before restoring: - Delete any URLs you don't want to reopen - Delete a window marker line to open those tabs in your current window instead of a new one - Paste just a list of URLs from anywhere - they'll open as new tabs in your current window ## Saved Format ``` /* Window 1 |left:0|top:23|width:1200|height:800|state:normal| */ https://google.com [pinned] https://github.com/user/project https://stackoverflow.com/questions /* Window 2 |left:100|top:50|width:1000|height:600|state:maximized| */ https://docs.google.com/spreadsheet/abc https://figma.com/file/design-project ``` - Window markers define position, size, and state for each window - URLs are listed one per line under each window - `[pinned]` marks pinned tabs - Window markers are optional - bare URLs open in your current window ## Use Cases - **Work Contexts** - Save different window layouts for different projects - **Daily Reset** - Start each day with your preferred browser setup - **Share Setups** - Send your research tab collection to a colleague - **Backup** - Never lose your carefully arranged workspace again - **Quick Open** - Paste a list of URLs from any source to open them all at once ## Privacy - No data is collected or sent anywhere - Everything stays on your device - Works offline ## Change Log ### Version 1.3 - fix defects with parsing of URL with title containing special character - added "Close All Button"
Technical
- Version
- 1.3
- Manifest
- V3
- Size
- 10.67KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- dpclfelodjfbmbckcdldoinfddoecifb
- Developer ID
- ue50a3cf6bf0db3e37e2e1534eb17b94a
- Developer Email
- [email protected]
- Created
- Feb 4, 2026
- Last Updated (Store)
- May 28, 2026
- Last Scraped
- Jun 9, 2026
- Website
- —
- Support URL
- https://monaye.com/remember-windows/
- Privacy Policy
- —
Similar extensions
Alternatives to Remember Windows, ranked by description similarity.
WinStash
Stash your windows away and restore them later.
5
Simple Window Tab Saver
Save and restore Chrome windows easily.
60
★ 5.0
Tab Manager
Save and restore Chrome tabs by window with custom names and full control.
2
Umbrella - Copy All URLs
Save and restore browser tabs instantly. Copy URLs in multiple formats, paste to reopen tabs.
20.0K
★ 4.1
Chrome Spaces
Manage Chrome windows as named workspaces for better tab organization and productivity
—
Window Swapper
A Chrome Extension for saving and managing your browser windows, and even swapping your current window for one you have saved.
—
Tab Session Manager
Save and restore your browser sessions. Never lose your tabs again.
41
★ 5.0
BrowseRestore - Session Manager
Save and restore your tab sessions instantly. Never lose your work again.
3
Data sourced from the Chrome Web Store · last verified Jun 9, 2026.