leebivip / chrome-open-tabs

Show open tabs

Home Page:https://goo.gl/999ls6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 globally:

sudo npm install -g gulp

Clone the project and install dependencies with npm install.

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.

About

Show open tabs

https://goo.gl/999ls6

License:MIT License


Languages

Language:HTML 51.2%Language:JavaScript 48.8%