laukondrup / tab-manipulator

Chrome Extension that sorts tabs, manages windows and closes tabs like most editors do.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tab Manipulator

A Chrome Extension that sorts tabs, manages windows and closes tabs the way most editors do.

popup shortcuts

Installation Guide

  • Go to chrome://extensions
  • Enable developer mode
  • Either clone or download and extract the extension
  • Drag and drop the folder into extensions page or open it through 'Load unpacked extension'

Setup Keyboard Shortcuts

  • Go to chrome://extensions/
  • Click on the hamburger menu in the top-left
  • Click Keyboard shortcuts

Features

  • Keyboard shortcuts for each feature
  • Duplicate selected tabs
  • Toggle pin selected tabs
  • Reload selected tabs
  • Close all but this tab
  • Close duplicate tabs
  • Close tabs left
  • Close tabs right (works well with custom user sort)
  • Extract domain: moves all tabs with the same domain as the current one to a new window
  • Merge windows: combines all chrome windows
  • Split window: moves the current tab and all tabs to the right of it to a new window
  • Sort by number of domain open: sorts tabs in ascending order by the number of tabs with the same domain open. uwhile the popup is open
  • Sort tabs by age: shortcut a while the popup is open
  • Sort tabs by URL: shortcut uwhile the popup is open
  • Reverse sort: shortcut rwhile the popup is open
  • Activate previous tab

About

Chrome Extension that sorts tabs, manages windows and closes tabs like most editors do.

License:MIT License


Languages

Language:JavaScript 86.6%Language:HTML 8.2%Language:CSS 5.1%