Skip to content

sylouuu/chrome-open-tabs

Repository files navigation

icon Open Tabs

Show open tabs.

Build Status devDependency Status

Features

  • Go to tab
  • Close tab
  • Reload tab
  • Duplicate tab
  • Pin/unpin tab
  • Hide tab

The open tabs are updated in real time.

Why?

I wanted to find an extension that shows opened tabs in an elegant way but didn't find it. Hope you will like Open Tabs.

Installation

Install from the Chrome Web Store.

Also available for Opera Browser.

Usage

  • Click on the icon icon to open.
  • Try & enjoy!

Screenshot

help

Changelog

See releases section.

Development

In case you want to contribute or just want to play with the code, follow the guide.

Setup

Download and install NodeJS to get npm.

Install gulp and yarn globally:

npm install -g gulp yarn

Clone the project and install dependencies with yarn.

Type gulp to watch your changes inside src/ folder or type gulp build after each change.

Load local extension in Chrome

Go to chrome://extensions/ and enable the "Developer mode".

Click on "Load unpacked extension..." and select the project dist/ folder.

License

See license file.