GitXplorerGitXplorer
k

tab-switcher

public
447 stars
29 forks
17 issues

Commits

List of commits on branch master.
Unverified
1fdeda34a0d3deeb22fdc16e13bfce097fe685f5

Merge pull request #19 from pedrocatre/bug/xss-vulnerability

kkamranahmedse committed 8 years ago
Unverified
4611fd448576051dc3daebd8368a3fc2ff77e823

santizing tab title to avoid xss attack

committed 8 years ago
Unverified
9686e1a0f68615cf35b371697a26bf6462c9f7b9

Merge pull request #14 from pedrocatre/bugfix/sometimes-ui-gets-removed-by-page

kkamranahmedse committed 8 years ago
Unverified
f881b2d6733a5e065af59f9d7a5c326bbf358231

Merge pull request #16 from whitecrownclown/Pin-unpin-feature

kkamranahmedse committed 8 years ago
Unverified
c22cf9de03918b92001e7346c82a2f0338d90693

Add Pin/Unpin feature

wwhitecrownclown committed 8 years ago
Unverified
e628348810697f691074c533481bc2334bb9cdda

added comments to methods

committed 8 years ago

README

The README file for this repository.

Switch between the opened tabs in the blink of an eye. Check Demo

Preface

While you are working on something, number of opened tabs can quickly grow out of hand and when that happens trying to find the relevant tab can easily waste a few seconds of your time; and without any doubt every second that harms your productivity counts. TabSwitcher tries to fix this.

Features

  • Apply fuzzy filter over the opened tabs
  • Swiftly switch between the tabs
  • Close any irrelevant tabs during the filter
  • Leave your mouse alone; extension has shortcut for activation, switching tabs, closing them etc

Installation

No setup required. Install it directly from the Chrome Webstore

Usage

Follow the instructions below

  • Press COMMAND+SHIFT+K or CTRL+SHIFT+K to activate and start typing the keywords to filter tabs

Use command+shift+k or ctrl+shift+k

  • Use Enter key or mouse click to jump to tab
  • Press ; semicolon key to close the selected tab

Note

  • After installing, you will have to refresh the already opened tabs
  • Chrome doesn't allow it on the New Tab or Chrome Web Store pages

Roadmap

  • [x] Activation by shortcut
  • [x] Fuzzy search for tabs
  • [x] Closing tabs
  • [x] Switching tab
  • [ ] Ditch jQuery, use plain Javascript plus ES6 with babel
  • [ ] Close filtered tabs
  • [ ] Pin/Unpin selected tab using shortcut
  • [ ] Save current session/selective tabs with name e.g. type >save Session Name to save current session and then >sessions to list all the sessions and restore any sessions
  • [ ] Options page, themes and modify shortcuts
  • [ ] Tweet any tab using shortcut

Contribution

  • Fork, enhance, create PR
  • Lock issues with any bugs or feature requests
  • Implement something from the roadmap
  • Spread the word

License

MIT © Kamran Ahmed