-
-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ (Frequently Asked Questions)
- Alt + F4
- Ctrl + W
- Escape key (if enabled in extension settings)
You can do it in 2 ways:
- By right clicking on the page in popup window and selecting "Open page in main window"
- Alt + Enter hotkey (if Esc hotkey is enabled in extension settings)
Demonstration

Due to the specifics of fullscreen mode on Mac OS (fullscreen apps separate in their own Desktop space), popup windows do not appear above the fullcreen window. They either open on the "main" desktop (Firefox), or as a new fullscreen window (Chrome). To use this extension on Mac OS, you would have to open browser not in the fullscreen mode.
Unfortunately, browser extensions currently are not capable of manually setting "always on top" flag.
But you can use third-party programs in your system which can do it, for example PowerToys on Windows. Don't forget to disable autoclosing popup window when it loses focus in the extension settings.
This powerful feature, introduced in version 0.3
, allows to extend extension abilities and open any link anywhere as a popup window. With this option enabled, extension will be waiting in the background for any new windows to open, and once a new window with only one tab opens, it will reopen it as a popup.
This way it can operate with links, which it couldn't access otherwise, for example: sites on new tab page, in bookmarks panel, links on browser-protected pages (chrome://
, about:
) etc. You could create a popup window the following ways:
- Using right click context menu and selecting "Open in new window"
- Shift + left click in Firefox (+ Ctrl in Chrome) – this will essentially duplicate extension's "Open with shift+click" option
- Shift + Enter in Firefox (+ Ctrl in Chrome) on any focused element, for example search suggestion in address bar
Popup windows opened this way could not be positioned by mouse cursor location, so an alternative "Fallback popup window location" setting will be used ("Center" by default)
You might need to manually allow this extension to run in private windows
How to reopen externally opened links as popup windows — similar to Little Arc feature from the Arc browser?
It is possible in Firefox by toggling the Reopen new single tab windows as popup windows
feature and setting browser.link.open_newwindow.override.external
config to 2
on about:config
page