https://github.com/xcv58/tab-manager-v2
Quickly and conveniently manage your open tabs https://tab-manager.vercel.app
https://github.com/xcv58/tab-manager-v2
chrome chrome-extension firefox mobx mobx-react react tabs tabs-management
Last synced: about 1 month ago
JSON representation
Quickly and conveniently manage your open tabs https://tab-manager.vercel.app
- Host: GitHub
- URL: https://github.com/xcv58/tab-manager-v2
- Owner: xcv58
- License: mit
- Created: 2017-09-03T02:10:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T11:51:10.000Z (about 1 month ago)
- Last Synced: 2025-04-01T12:40:54.336Z (about 1 month ago)
- Topics: chrome, chrome-extension, firefox, mobx, mobx-react, react, tabs, tabs-management
- Language: TypeScript
- Homepage: https://xcv58.xyz/tabs
- Size: 41.4 MB
- Stars: 182
- Watchers: 9
- Forks: 18
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Tab Manager v2
## Download links
**Chrome Web Store: https://xcv58.xyz/tabs**
**Firefox Add-ons: https://addons.mozilla.org/en-US/firefox/addon/tab-manager-v2**
**Microsfot Edge Addons: https://microsoftedge.microsoft.com/addons/detail/idoifhgklnblomgoohijchjignpiddpb**
[](https://chrome.google.com/webstore/detail/tab-manager-v2/nimllkpgmmbdglnjneeakdgcpkbgbfbp)
[](https://addons.mozilla.org/en-US/firefox/addon/tab-manager-v2/)[](https://circleci.com/gh/xcv58/Tab-Manager-v2)
[](https://travis-ci.org/xcv58/Tab-Manager-v2)
[](https://github.com/xcv58/Tab-Manager-v2/actions)
[](https://renovatebot.com)[](https://codeclimate.com/github/xcv58/Tab-Manager-v2/maintainability)
[](https://codeclimate.com/github/xcv58/Tab-Manager-v2/test_coverage)
[](https://codecov.io/gh/xcv58/Tab-Manager-v2)
[](https://coveralls.io/github/xcv58/Tab-Manager-v2?branch=master)Tab Manager v2 is Chrome Extension that helps you manage your Chrome tabs easily. ~It's a forked version of https://github.com/joshperry/Tab-Manager.~ But the Tab Manager v2 is completely rewritten by React, MobX, TypeScript, and has different features with original Tab Manager.
## Usage
There is a playlist contains how to videos: https://www.youtube.com/playlist?list=PLtWVZzutpoqLdwaoAVhQPGCXU9sLwT3S7
## Development
You should be familiar with [React](https://facebook.github.io/react/), [MobX](https://mobx.js.org/), and [Chrome Extension API](https://developers.chrome.com/extensions/api_index) to develop this extension.
You should run below commands after clone this repo:
```shell
pnpm install
pnpm start
```Then you can load the `build_chrome/` or `build_firefox/` folder in chrome://extensions page, please follow the instructions for [Chrome](https://developers.chrome.com/extensions/getstarted#unpacked) or [Firefox](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#Trying_it_out).
There is a storybook link for component: https://tab-manager.vercel.app
### Test
```shell
pnpm test
```### Packaging
```shell
pnpm run deploy
```## Distribute
Follow the official guide to distribute extension: https://developers.chrome.com/extensions/hosting.
You can download older versions from https://crx.dam.io/ext/nimllkpgmmbdglnjneeakdgcpkbgbfbp.html.
## Thanks
The default fav icon is made by [Lyolya](https://www.flaticon.com/authors/lyolya) from https://www.flaticon.com is licensed by [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/)