All Projects → sylouuu → chrome-open-tabs

sylouuu / chrome-open-tabs

Licence: MIT license
Show open tabs

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].