All Projects → tabwrangler → Tabwrangler

tabwrangler / Tabwrangler

Licence: mit
A browser extension that automatically closes your unused tabs so you can focus on the tabs that matter

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tabwrangler

Browser Extension Template
📕 Barebones boilerplate with webpack, options handler and auto-publishing
Stars: ✭ 296 (-3.27%)
Mutual labels:  chrome-extension, firefox-extension
Realize
A React component tree visualizer
Stars: ✭ 285 (-6.86%)
Mutual labels:  chrome-extension, firefox-extension
Generator Web Extension
Advanced WebExtension generator that creates everything you need to get started with cross-browser web-extension development.
Stars: ✭ 212 (-30.72%)
Mutual labels:  chrome-extension, firefox-extension
Grasp
A reliable org-capture browser extension for Chrome/Firefox
Stars: ✭ 193 (-36.93%)
Mutual labels:  chrome-extension, firefox-extension
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (-21.57%)
Mutual labels:  chrome-extension, firefox-extension
Oldschool Github Extension
Revert GitHub's UI back to its classic look (before the June 23, 2020 update that has a flat, rounded and more whitespaced design).
Stars: ✭ 200 (-34.64%)
Mutual labels:  chrome-extension, firefox-extension
Web Archives
Browser extension for viewing archived and cached versions of web pages
Stars: ✭ 263 (-14.05%)
Mutual labels:  chrome-extension, firefox-extension
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-44.44%)
Mutual labels:  chrome-extension, firefox-extension
Devo
A Chrome and Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and Designer News on every new tab.
Stars: ✭ 236 (-22.88%)
Mutual labels:  chrome-extension, firefox-extension
Browserextension
💻 SteamDB's extension for Steam websites
Stars: ✭ 230 (-24.84%)
Mutual labels:  chrome-extension, firefox-extension
Privacybadger
Privacy Badger is a browser extension that automatically learns to block invisible trackers.
Stars: ✭ 2,346 (+666.67%)
Mutual labels:  chrome-extension, firefox-extension
Retire.js
scanner detecting the use of JavaScript libraries with known vulnerabilities
Stars: ✭ 2,909 (+850.65%)
Mutual labels:  chrome-extension, firefox-extension
React Extension Boilerplate
🚀 Modern React boilerplate for Firefox and Chrome extensions.
Stars: ✭ 177 (-42.16%)
Mutual labels:  chrome-extension, firefox-extension
Smartproxy
Firefox/Chrome browser extension. SmartProxy will automatically enable/disable proxy for the sites you visit, based on customizable patterns.
Stars: ✭ 199 (-34.97%)
Mutual labels:  chrome-extension, firefox-extension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+759.48%)
Mutual labels:  chrome-extension, firefox-extension
Ghosttext
👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
Stars: ✭ 2,614 (+754.25%)
Mutual labels:  chrome-extension, firefox-extension
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+1085.29%)
Mutual labels:  chrome-extension, firefox-extension
Tako
Tako replaces the default Github repository file list with an expandable file tree and file preview for rapid exploration of repositories.
Stars: ✭ 172 (-43.79%)
Mutual labels:  chrome-extension, firefox-extension
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+6722.22%)
Mutual labels:  chrome-extension, firefox-extension
Archiveror
Archiveror will help you preserve the webpages you love. 💾
Stars: ✭ 246 (-19.61%)
Mutual labels:  chrome-extension, firefox-extension

Crowdin

Tab Wrangler

A Chrome & Firefox extension that automatically closes tabs you haven't used in a while so you can focus on the tabs that matter

Installation

Features

  • The Corral: Stores tabs which have been auto-closed so you can re-open as required.
  • Exclude list: Provide the urls or domain names of the sites you never want auto-closed.
  • Tab Lock: Pick open tabs to "lock". Locked tabs will not be auto-closed.
  • Configurable: Pick how long a tab should be considered ready to close and how many tabs should be open at a minimum.
  • Smart: Doesn't autoclose pinned tabs, doesn't close all your tabs, just enough to make your browser usable.

Usage

  1. Click on the icon next to the URL bar
    • Tab Corral
      • Stores tabs which have been auto-closed. Restoring tabs with green leaf icons on their right sides will have their full history and scroll positions saved. (Full history restore is limited by the browser to the last 25 closed tabs.)
    • Tab Lock
      • Selectively lock tabs which you want to stay open.
      • See the time remaining before each tab will be checked for auto-closing.
    • Options
      • Whitelist certain URLs to never be closed.
      • Set the amount of time to wait before closing inactive tabs.
      • Set the ideal number of tabs to have in your browser.
      • Configure keyboard shortcuts.

Back up & Restore

You can back up your list of closed tabs as well as the number of tabs Tab Wrangler has closed by using the import/export functionality in the Settings tab.

Back up / Export

  1. Open Tab Wrangler
  2. Switch to the Settings tab
  3. Scroll to Import / Export
  4. Click Export

Restore / Import

If you previously backed up / exported your list of tabs, follow these steps to restore the list in Tab Wrangler. Note: this will overwrite Tab Wrangler's tabs list; ensure you are not overwriting tabs that you wanted to save.

  1. Open Tab Wrangler
  2. Switch to the Settings tab
  3. Scroll to Import / Export
  4. Click Import
  5. Select the file created during back up, it will be named similarly to "TabWranglerExport-6-18-2017.json"

Settings

Tab Wrangler's settings are saved and synced by your browser, like Chrome sync for example, to all of your logged in browser sessions if you have sync enabled. Their possible values and their usages are described in the following table:

Setting Default Possible Values Description
checkInterval 5000 0 < checkInterval How often Tab Wrangler should check for stale tabs to close (in milliseconds)
corralTabSortOrder null null, 'alpha', 'reverseAlpha', 'chrono', 'reverseChrono', 'domain', 'reverseDomain' Saved sort order for closed tabs. When null, defaults to 'reverseChrono'
debounceOnActivated false Whether to wait 1 second before resetting the active tab's timer
filterAudio false Whether to prevent auto-closing tabs that are playing audio
lockedIds [] Array of tab IDs that have been explicitly locked by the user
lockTabSortOrder null null, 'chrono', 'reverseChrono', 'tabOrder', 'reverseTabOrder' Saved sort order for open tabs. When null, defaults to 'tabOrder'
maxTabs 100 0 <= maxTabs <= 1000 Maximum number of tabs to keep in the tab list
minTabs 5 0 <= minTabs Auto-close tabs only if there are more than this number open
minutesInactive 20 0 <= minutesInactive How much time (+ secondsInactive) before a tab is considered "stale" and ready to close
paused false Whether TabWrangler is paused (shouldn't count down)
purgeClosedTabs false Whether to empty the closed tab list when the browser closes
secondsInactive 0 0 <= secondsInactive How much time (+ minutesInactive) before a tab is considered "stale" and ready to close
showBadgeCount false Whether to show the length of the closed tab list as a badge on the URL bar icon
theme 'system' 'dark', 'light', 'system' The color theme to use for Tab Wrangler's popup
whitelist ['about:', 'chrome://'] Array of patterns to check against. If a tab's URL matches a pattern, the tab is never auto-closed
wrangleOption 'withDupes' 'exactURLMatch', 'hostnameAndTitleMatch', 'withDupes' How to handle duplicate entries in the closed tabs list

Privacy Policy

Tab Wrangler does not transmit any data about you or your usage of Tab Wrangler. There is no tracking, there are no analytics, and there are no advertisements.

Tab Wrangler does not have nor does it request the ability to read information on the web pages that you visit. Tab Wrangler is able to read the title and current location (the URL) of your tabs but not the content inside those tabs.

Explanation of Requested Permissions

Tab Wrangler's requested permissions are listed in its manifest.json under the "permissions" key.

  • "contextMenus" Enables a "Tab Wrangler" menu item when you right click on a webpage that lets you send the tab to the Tab Corral, lock that tab, or lock all tabs on that domain.
  • "sessions" Enables Tab Wrangler to read and restore the full history of a tab including enabling the back/forward buttons and your scroll position on the page.
  • "storage": Enables Tab Wrangler to sync your Tab Wrangler settings with your browser account and enables saving your closed tabs to your local computer. Note: closed tabs are not synced because the "sync" storage area has only a small amount of storage.
  • "tabs": Enables Tab Wrangler to read the title and location of any current tabs as well as close those tabs and open new tabs. This permission does not enable Tab Wrangler to read information on web pages that you visit.

Contributing

Translation

Tab Wrangler's Crowdin Project: the place to contribute and view translations

Tab Wrangler is available in other languages thanks to generous translation help. Any help translating Tab Wrangler is greatly appreciated and can be done via Crowdin.

Development

Pull requests for bug fixes and features are more than welcome. Please check out the "Developing" section of the CONTRIBUTING doc to see how to get started. Once your code is working and tested, submit a pull request to this primary project and we'll get going.

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].