Goal: Install extension → Browse normally → AI gets context automatically.
Click the download button below to get the Chrome extension package.
Download .zip PackageUnzip the downloaded file to a folder on your computer (e.g., ~/togglex-extension).
Open Chrome and go to:
chrome://extensions/
Enable "Developer mode" (toggle in top-right corner).
Click "Load unpacked" and select the extension folder you extracted.
Click the ToggleX extension icon → Options → Set API Base URL:
https://api.togglex.axxhar.site
This is where your browsing context will be sent.
That's it! ToggleX will now capture your browsing context and send it to your AI assistant automatically.
ToggleX runs silently in your browser and captures:
This data is sent to your configured API endpoint where your AI assistant can use it to:
Privacy Note:
ToggleX does NOT collect passwords, form inputs, or personal messages. It only captures page metadata (URL, title, domain).
Make sure you:
chrome://extensions/manifest.json)Check that:
https://api.togglex.axxhar.site)Note: ToggleX will queue events locally if the API is offline and retry automatically.
Open Chrome DevTools (F12) → Console tab. You should see logs like:
[ToggleX] Events sent successfully
If you see errors, they will be logged with details.
Go to chrome://extensions/ → Find ToggleX → Click "Remove". All local data will be automatically cleared.
Events are sent to:
POST {{ apiBase }}/v1/events/ingest
{
"events": [
{
"user_id": "local-user",
"event_type": "tab_active",
"ts": "2026-02-27T10:00:00.000Z",
"url": "https://example.com",
"title": "Example Page",
"domain": "example.com",
"tab_id": 123,
"window_id": 456,
"duration_ms": 0
}
],
"user_id": "local-user",
"extension_version": "1.0.0",
"timestamp": "2026-02-27T10:00:00.000Z"
}
tab_active - User switched to this tabtab_blur - User switched away from this tabnavigation - Page completed loadingEvents are queued locally (max 100) and retried every 5 seconds when connection is restored.
Having issues or questions? Reach out: