Show open tabs.
- Go to tab
- Close tab
- Reload tab
- Duplicate tab
- Pin/unpin tab
- Hide tab
The open tabs are updated in real time.
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.
Install from the Chrome Web Store.
Also available for Opera Browser.
See releases section.
In case you want to contribute or just want to play with the code, follow the guide.
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.
Go to chrome://extensions/
and enable the "Developer mode".
Click on "Load unpacked extension..." and select the project dist/
folder.
See license file.