Herd Tab Organizer — Last updated June 2025
| Data | Where | Purpose |
|---|---|---|
| Tab grouping rules | chrome.storage.local | Organize tabs by URL patterns |
| Herd names & notes | chrome.storage.local | Let you label your tab groups |
| Tab thumbnails | chrome.storage.local | Visual context recovery |
| Extension preferences | chrome.storage.local | Remember your settings |
If you install the optional local AI bridge, it runs a localhost-only server
on your machine. No data leaves your device — it communicates only between
the extension and a local process over 127.0.0.1.
| Permission | Why |
|---|---|
| tabs | Read tab titles/URLs to organize and search them |
| tabGroups | Create and manage Chrome tab groups (“herds”) |
| storage | Save your rules, notes, and thumbnails locally |
| scripting | Inject the search overlay into the active tab |
| activeTab | Capture thumbnail of the tab you just left |
| alarms | Schedule periodic auto-organization |
| contextMenus | Right-click “Move to herd” menu |
| nativeMessaging | Connect to optional local AI bridge |