Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 2.4 KB

README.md

File metadata and controls

31 lines (18 loc) · 2.4 KB

Window Arranger

With the help of programs like 7+ Taskbar Tweaker you can easily reorder your browser windows (just the same as windows from any other program). Unfortunately, after you restart your browser, the order of windows will not be restored, requiring you to manually order them back. This is cumbersome, especially when you have many browser windows opened.

This Webextension solves the problem, by saving the order of windows inside the browser memory and restoring it after the browser restart.

Watch the video showing how it works:

Window Arranger presentation

Installation

This extension is available on Windows operating system only. It does not support Windows 11.

You will need Firefox Developer Edition or Firefox Nightly. Other Firefox releases do not allow unsigned extensions to be installed.

  1. Download the latest version of the extension (xpi) and application (zip) from the releases.

  2. Unpack the zip archive.

  3. Run the register_native.ps1 Powershell script. If you've never run Powershell scripts before, you may need to set a correct execution policy, for example by running a Powershell command:

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine

  4. Go to about:config in your browser and set the pref xpinstall.signatures.required to false and extensions.experiments.enabled to true.

  5. Go to about:addons and choose 'Install addon from file' from the cog menu in the top right, then browse to the xpi file you downloaded. The browser will ask for a permission to install.

Usage

If you configured everything correctly, the Webextension should start the Native Application automatically.

Every couple seconds the Webextension will communicate with the Native Application and save the current order of the browser windows in the browser memory.

When you restart the browser, the Webextension will automatically restore the windows order last saved before the browser exit.