JannesMeyer / TabAttack

Advanced Tab management
GNU Affero General Public License v3.0
190 stars 12 forks source link

TabAttack Browser Extension

Save browser memory by exporting your tabs as Markdown. The extension allows you to edit the document in a text editor before you save it.

Later, you can import these Markdown documents and restore all windows exactly like they were before.

Installation

Get the extension from the Chrome Web Store.

Features

The extension adds a tab counter to the toolbar:

Tab counter

When you click it, you will see an overview of all tabs (organized by window) that you have open:

Exported tabs

You can now edit the document as you wish. After that you can:

There are keyboard shortcuts for these actions:

Action OS X Windows
Download ⌘S Ctrl+S
Close all tabs ⌘Q Ctrl+Q
Open a file ⌘O Ctrl+O
Open all links ⇧⌘O Ctrl+Shift+O
Copy the whole document ⌘C Ctrl+C

Furthermore, there are many keyboard shortcuts for text editing inside the Ace editor.

Tab management keyboard shortcuts

This extension also adds a few useful, general tab management keyboard shortcuts. Most of them have to be set manually by going to “Keyboard shortcuts” at the bottom of chrome://extensions/.

Keyboard shortcut overview

Building

Clone the repository:

git clone https://github.com/JannesMeyer/TabAttack.git

Install the dependencies:

cd TabAttack/
npm install

Build and watch for changes (you need to have webpack installed globally):

webpack -w

Contributing

Pull requests and bug reports are welcome. If you submit a pull request, please try to match the code formatting of the rest of the project. Some examples:

Acknowledgments

Icon shape based on Diamond by Catia Marsh Mallow from the Noun Project

Special thanks to these projects:

Icons from Firefox (MPL v2):

License

Affero GPL v3

Todo