All Projects → NiklasGollenstede → Unload Tabs

NiklasGollenstede / Unload Tabs

Licence: mpl-2.0
WebExtension that unloads tabs and prevents tabs from loading

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Unload Tabs

Vertical Tabs Reloaded
Firefox add-on for arranging tabs vertically
Stars: ✭ 115 (+202.63%)
Mutual labels:  tabs, firefox, webextension
Headereditor
Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests
Stars: ✭ 338 (+789.47%)
Mutual labels:  firefox, webextension
Tridactyl
A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl.
Stars: ✭ 3,474 (+9042.11%)
Mutual labels:  firefox, webextension
Simple Tab Groups
Create, modify and quick change tab groups. Inspired by the Tab Groups app :)
Stars: ✭ 500 (+1215.79%)
Mutual labels:  tabs, webextension
Chameleon
WebExtension port of Random Agent Spoofer
Stars: ✭ 263 (+592.11%)
Mutual labels:  firefox, webextension
Epiboard
Web Extension — A new tab page extension with material design and useful features 🆕 🎉
Stars: ✭ 262 (+589.47%)
Mutual labels:  firefox, webextension
Webextension Toolbox
Small CLI toolbox for cross-browser WebExtension development
Stars: ✭ 365 (+860.53%)
Mutual labels:  firefox, webextension
Openrunner
Computest Openrunner: Benchmark and functional testing for frontend-heavy web applications
Stars: ✭ 16 (-57.89%)
Mutual labels:  firefox, webextension
Webextension Pixiv Toolkit
A web extension for Pixiv
Stars: ✭ 513 (+1250%)
Mutual labels:  firefox, webextension
Google Music Hotkeys
Browser extension that adds keyboard control to Google / YouTube Music
Stars: ✭ 25 (-34.21%)
Mutual labels:  firefox, webextension
Context Search
A Firefox WebExtension that displays a context menu, that searches for the selected text.
Stars: ✭ 26 (-31.58%)
Mutual labels:  firefox, webextension
Useragent Switcher
A User-Agent spoofer browser extension that is highly configurable
Stars: ✭ 261 (+586.84%)
Mutual labels:  firefox, webextension
webpageScanner
Extension for Firefox
Stars: ✭ 16 (-57.89%)
Mutual labels:  firefox, webextension
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+8013.16%)
Mutual labels:  firefox, webextension
tab-search
WebExtension for keyboard-accessible tab management
Stars: ✭ 102 (+168.42%)
Mutual labels:  tabs, webextension
Privacy Redirect
A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.
Stars: ✭ 342 (+800%)
Mutual labels:  firefox, webextension
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+22052.63%)
Mutual labels:  firefox, webextension
AntiRickRoll
Chrome extension that blocks Rickrolls!
Stars: ✭ 22 (-42.11%)
Mutual labels:  firefox, webextension
paxmod
🕊️ Firefox add-on for multi-row tabs and site-dependent tab colors
Stars: ✭ 123 (+223.68%)
Mutual labels:  firefox, webextension
Downthemall
The DownThemAll! WebExtension
Stars: ✭ 512 (+1247.37%)
Mutual labels:  firefox, webextension

Unload Tabs

Description

Features:

  • adds a context menu entry to
    • unload the current loaded tab
    • unload all but the current tab
  • avoids loading tabs when the active tab is closed (see the installation notice for details)
  • adds shortcuts to jump to the next/previous loaded tab
    • the shortcut can be changed (in Firefox 60+)
  • compatible with
    • Tree Style Tab: adds context menus and styles to the sidebar (see options)
    • Container Tabs: unloaded tabs stay in the correct container
    • Hidden Tabs (e.g. Tab Groups): works only on currently visible tabs
  • makes clear which tabs are loaded by graying out unloaded tabs
    • this currently requires manual setup, see the installation notice
  • can be removed without leaving anything behind or closing unloaded tabs --> just try it

BUGS: Firefox currently suffers from a number of bugs related to unloading tabs. Most notably, tabs may lose their icons or display as loading. Fixing that is Mozilla's job. If you encounter any other problems, please report them as an issue or comment on an existing issue matching your problem. Please don't complain in a rating on the Add-ons download page. I can't respond to those.

Permissions used:

  • Display notifications: Only to report errors
  • Access browser tabs: This should be pretty obvious

Development builds --

Development builds are automatically created on every commit with appveyor and released on GitHub.
These builds use a different id (-dev suffix), so they are installed as an additional extension and do not replace the release version. This means that:

  • you probably want to disable the release version while the development version is active
  • any options set are managed individually (so pre-release versions can't mess with your settings)
  • they never update to release versions, but
    • they update themselves to the latest development version
    • every release version has a corresponding development version (the one with the same prefix and highest build number)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].