Git Product home page Git Product logo

tabattack's Introduction

TabAttack

Build Status Dependencies Development Dependencies

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:

  • Download the current state of the editor as a *.md file

  • Close all tabs (except the current one)

  • Open a file that you saved earlier (drag and drop on top of the editor also works)

  • Re-open all links as individial tabs that are currently in the editor. This will restore each unordered list in its own window. This whole acion only works if all links are inside of an unordered list, though.

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:

  • Tabs for indentation
  • Spaces before the parentheses of control structures (e.g. if (true) instead of if(true))
  • Curly braces on the same line
  • etc.

Acknowledgments

Icon shape created by Catia Marsh Wallow from the Noun Project

Special thanks to these projects:

License

GPLv3

tabattack's People

Contributors

jannesmeyer avatar trenton42 avatar

Watchers

James Cloos avatar Arian Deli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.