Tabs Manager is a Chrome extension built with Vite, React, and TypeScript. It aims to simplify tab management by automatically grouping tabs based on similar URLs or user-defined queries.
- Automatic Tab Grouping: Automatically groups tabs with similar URLs (e.g., GitHub, StackOverflow).
- User-Defined Queries: Allows users to define custom queries for grouping tabs.
- Clone the repository:
git clone https://github.com/yourusername/tabs-manager.git
cd tabs-manager
- Install dependencies:
npm install
- Build the project:
npm run build
- Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked" and select the
dist
directory
- Start the development server:
npm run dev
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked" and select the
dist
directory
- Make changes to the code and see them reflected instantly with Vite's HMR.
- Automatic Grouping: The extension will automatically group tabs with similar URLs.
- Custom Queries: Define custom queries in the extension settings to group tabs based on your preferences.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.