eight04 / popup-tab

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popup Tab

Build Status

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

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.

About

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

License:MIT License


Languages

Language:JavaScript 100.0%