Tabbed — AI Prompt Optimization Assistant · Last updated: August 5, 2026 · Version 2.0
Tabbed is an open-source Chrome extension that optimizes AI prompts in real time. When you press Tab inside a supported AI chat, Tabbed enhances your prompt locally and optionally via our backend API. Source code: github.com/Aazib-at-hub/Tabbed
All of the following is stored exclusively in chrome.storage.local on your device. None of it is transmitted to us.
| Data | Purpose | Location |
|---|---|---|
| Your preferences (tone, intensity, feature toggles) | Save settings between sessions | Your device only |
| Prompt history (last 10 optimizations) | History tab in popup | Your device only |
| Anonymous usage counts (opt-out) | Local usage stats (count, score buckets, platform names) | Your device only |
Pressing Tab sends your prompt text to our backend API for AI enhancement. Here is exactly what is and isn't transmitted:
| What IS sent | What is NOT sent |
|---|---|
| The prompt text you submitted | Your identity or email |
| Your selected tone & intensity | Browsing history |
| Platform name (e.g. "chatgpt") | Any other tab or page content |
The live prompt score panel runs entirely locally using lightweight regex heuristics. No part of your prompt text is sent anywhere during real-time scoring. Analysis completes in under 2ms on your device.
Tabbed includes an opt-out local analytics feature. When enabled (the default), it stores these aggregated counts only on your device:
You can disable analytics or clear all data at any time in the extension popup under Privacy → Analytics.
| Service | Purpose | Data Shared |
|---|---|---|
| Render.com (backend host) | Hosts prompt enhancement API | Prompt text — transient, not stored |
| Google Gemini / OpenAI API | AI model for enhancement | Prompt text (per their own privacy policies) |
We do not use Google Analytics, Facebook Pixel, Mixpanel, or any third-party advertising or tracking SDKs.
| Data Type | Collected |
|---|---|
| Personally identifiable information | ✕ No |
| Health information | ✕ No |
| Financial information | ✕ No |
| Authentication information | ✕ No |
| Personal communications (prompt text on Tab press) | ✓ Yes |
| Location | ✕ No |
| Web history | ✕ No |
| User activity / keystroke logging | ✕ No |
| Website content (prompt text on Tab press) | ✓ Yes |
| Data | How to Delete |
|---|---|
| Preferences | chrome://extensions → Tabbed → Clear Storage |
| Prompt history | Auto-rotates at 10 entries |
| Analytics counts | Popup → Privacy → Clear Data |
| Prompt text (backend) | Never stored — discarded after response |
Tabbed is not directed at children under 13. We do not knowingly collect any information from children.
We will update the "Last Updated" date when changes are made. Significant changes will be noted in the GitHub releases.
For questions, data concerns, or privacy issues:
🐛 GitHub Issues: github.com/Aazib-at-hub/Tabbed/issues
📦 Repository: github.com/Aazib-at-hub/Tabbed