https://github.com/bjorn3/firefox_tab_organize
Organize and manipulate large amounts of tabs at once
https://github.com/bjorn3/firefox_tab_organize
Last synced: 2 months ago
JSON representation
Organize and manipulate large amounts of tabs at once
- Host: GitHub
- URL: https://github.com/bjorn3/firefox_tab_organize
- Owner: bjorn3
- License: gpl-3.0
- Created: 2020-08-23T17:18:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T17:22:49.000Z (about 2 years ago)
- Last Synced: 2025-03-10T18:11:32.035Z (2 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tab organize
This is a firefox extension to organize and manipulate large amounts of tabs.
## Installation
First run `npm install` then go to `about:debugging` > This Firefox > Load Temporary Add-on and
select `manifest.json`. You will need to do this every time you restart firefox, as unsigned add-ons
can't be permanently installed unless you are on ESR or nightly and explicitly enable it in
`about:config`.## Features
* Discard all loaded tabs. They will be loaded again once you switch back to them.
* List all tabs grouped by hostname.
* Discard and reload all tabs for a given hostname.
* Move tabs to the begin and end of a window.
* Directly close single tabs from the list of tabs. (As precaution you can't close all tabs for a
single hostname at the same time.)