Installation
Install from a store
Section titled “Install from a store”SmartTab Organizer on the Chrome Web Store. Compatible with every Chromium-based browser (Chrome, Edge, Brave, Vivaldi, Arc, Opera). On Vivaldi, automatic grouping is not available (Vivaldi does not expose Chromium’s tab groups API); deduplication and sessions still work.
- Click Add to Chrome.
- Accept the permissions in the browser dialog.
- Pin the icon to the toolbar via the Extensions menu for quick access.
SmartTab Organizer on Firefox Add-ons.
- Click Add to Firefox.
- Accept the permissions in the dialog.
- The icon is pinned to the toolbar automatically.
Pin the extension to the toolbar
Section titled “Pin the extension to the toolbar”Pinning the icon to the toolbar keeps the popup one click away. On Chromium browsers, open the Extensions menu (the puzzle piece in the toolbar) and click the pin next to SmartTab Organizer. On Firefox, the icon is pinned automatically on install. Once pinned, the icon also shows the state badge for grouping and deduplication.
Permissions requested
Section titled “Permissions requested”The extension asks for four permissions, all used exclusively locally. None of them allows any network communication.
| Permission | Why |
|---|---|
tabs | Read tab URLs and titles to group them and detect duplicates. |
storage | Persist your rules, sessions and settings in browser.storage.local. |
notifications | Show grouping and deduplication notifications, with the Undo button. |
scripting | Inject the content script that captures middle-clicks and right-clicks on links, to trigger grouping. |
Install locally from the sources
Section titled “Install locally from the sources”To develop or test an unreleased version:
git clone https://github.com/EspritVorace/smart-tab-organizer.gitcd smart-tab-organizerpnpm installpnpm build- Open
chrome://extensionsin Chrome. - Toggle developer mode in the top right.
- Click Load unpacked and pick the
.output/chrome-mv3/folder.
git clone https://github.com/EspritVorace/smart-tab-organizer.gitcd smart-tab-organizerpnpm installpnpm build:firefox- Open
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on.
- Select the
.output/firefox-mv2/manifest.jsonfile.
First launch
Section titled “First launch”Once the extension is installed:
- Click the SmartTab Organizer icon in the toolbar. The popup opens empty, with no rule or session saved.
- Click Open Options to open the full page. If some of your open tabs match a ready-made pack, the Home tab lists the matching packs (with the number of matching tabs each) and an Import and organize button. Otherwise it falls back to two generic actions: Create my first rule or Import a rules pack.
- The pack analysis is fully local: your open tabs are read in the browser only, nothing leaves your machine. The suggestions stay until you create or import a rule.
- After importing, an Organize now button rearranges your open tabs right away. See Categories and packs.