Tabs Master designed to manage browser tabs and aims to reduce the burden while using the browser.
Tabs Master is an open-source MIT-licensed browser extension designed to manage the browser tabs.
- Tab Groups & Tabs Search: Create and manage tab groups to keep your tabs organized.
- Tab Switch: Quickly search for tabs and switch between them.
Just commit your changes to the main
branch and submit a pull request.
Tabs Master build script requires a JavaScript runtime.
Tabs Master based on the top of plasmo, it's a framework for building Chrome extensions with React
So you can directly follow the guide of the plasmo to build this extension:
You can install the extension from a file. Install Node.js (we recommend LTS or higher, but any version at or above 16 will work). Download the source code (or check out from git). Open the terminal in the root folder and run:
pnpm install
pnpm run build
This will create a build/chrome-mv3-prod.zip
file for use in a Chromium-based browser