Installation
Chrome Web Store
Coming soon
Tab Manager Pro is not yet available on the Chrome Web Store. It will be published soon. In the meantime, you can install it manually from source (see below).
Manual installation (developers)
If you want to install the extension from source:
bash
git clone https://github.com/amazscript/tab-manager-pro.git
cd tab-manager-pro
npm install
npm run buildThen in Chrome:
- Open
chrome://extensions - Enable Developer mode (top right corner)
- Click Load unpacked
- Select the
dist/folder
First launch
On first launch, an onboarding wizard guides you through 5 steps:
- Welcome — Overview of features
- Choose AI provider — Select your preferred AI engine
- Configuration — Enter your API key or Ollama URL
- Discovery — Tour of the main features
- Ready! — Start organizing your tabs
You can skip the onboarding
Click "Skip" if you want to configure the extension later from the popup.
Required permissions
| Permission | Usage |
|---|---|
tabs | Read and organize your tabs |
storage | Save your configuration and sessions |
tabGroups | Create and manage tab groups |
sidePanel | Display the chat side panel |
No browsing data is collected
Only the titles and URLs of your tabs are sent to the chosen AI provider for analysis. With Ollama, nothing leaves your machine.
