Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eight04/popup-tab
- Owner: eight04
- License: mit
- Created: 2017-03-16T23:34:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T05:05:44.000Z (over 3 years ago)
- Last Synced: 2024-10-11T23:33:35.005Z (about 1 month ago)
- Topics: firefox, firefox-addon, popup-tab, tab-management, webextension
- Language: JavaScript
- Size: 467 KB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.