Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eight04/popup-tab

A Firefox addon, easily convert a tab into a popup and vice versa.
https://github.com/eight04/popup-tab

firefox firefox-addon popup-tab tab-management webextension

Last synced: 16 days ago
JSON representation

A Firefox addon, easily convert a tab into a popup and vice versa.

Awesome Lists containing this project

README

        

Popup Tab
=========

[![Build Status](https://travis-ci.com/eight04/popup-tab.svg?branch=master)](https://travis-ci.com/eight04/popup-tab)

A Firefox addon, easily convert a tab into a popup and vice versa.

Features
--------

* Convert a tab into a popup window.
* Convert the popup window back to a tab, and insert back to original window.
* The tab is actually "moved" between the normal window and the popup window, so you don't have to reload the page.
* The popup window size is maintained based on the domain. You can also make it remember the window size of a specific URL.

Usage
-----

* Right-click the tab bar, select "Popup this tab". (Firefox 53+)
* Right-click on the page, select "Popup this tab". (Firefox < 53)
* In popup window, right-click on the page, select "Merge popup".
* From Firefox >= 66, you can set a hotkey that will popup/merge the current tab.
![screenshot](https://i.imgur.com/jBsrY9O.png)

Installation
------------

https://addons.mozilla.org/firefox/addon/popup-tab/

Changelog
---------

* 0.3.1 (Jul 18, 2021)

- Add: store popup window size according to the entire URL (without search params, hash).

* 0.3.0 (Mar 7, 2020)

- **Refactor: source tree.**
- Add: store popup window size.

* 0.2.0 (Feb 11, 2019)

- Fix: focus the tab after the tab is merged.
- Add: popup tab/merge popup hotkey. Note that the hotkey is only configurable on Firefox 66+.

* 0.1.1 (Mar 18, 2017)

- Compat with Firefox < 53. Tab menu is only available on Firefox 53+.

* 0.1.0 (Mar 17, 2017)

- First release.