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 snapshots

Tracking since Apr 16, 2026.

21.28122.719999999999999Apr 16, 2026Jun 9, 2026
View as table
DateUsersRatingReviewsVersion
Apr 16, 202645.0011.2
Apr 22, 2026115.0011.2
Apr 27, 2026125.0011.2
May 4, 2026135.0011.2
May 10, 2026145.0011.2
May 15, 2026165.0011.2
May 21, 2026185.0011.2
May 28, 2026205.0011.2
Jun 4, 2026195.0011.2
Jun 9, 2026195.0011.3
Now165.0011.3

Changelog

  • Jun 4, 2026
    description
    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

Remember Windows screenshot 1Remember Windows screenshot 2

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
Privacy Policy

Similar extensions

Alternatives to Remember Windows, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 9, 2026.