gstack/extension
Garry Tan f62377748b
feat: connection status pill — floating indicator when gstack controls Chrome
Small pill in bottom-right corner of every page: "● gstack · 3 refs"
Shows when connected via CDP, fades to 30% opacity after 3s, full on hover.
Disappears entirely when disconnected.

Background worker now notifies content scripts on connect/disconnect state
changes so the pill appears/disappears without polling.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 12:17:38 -07:00
..
icons feat: Chrome extension Side Panel + Conductor API proposal 2026-03-21 10:23:47 -07:00
background.js feat: connection status pill — floating indicator when gstack controls Chrome 2026-03-21 12:17:38 -07:00
content.css feat: connection status pill — floating indicator when gstack controls Chrome 2026-03-21 12:17:38 -07:00
content.js feat: connection status pill — floating indicator when gstack controls Chrome 2026-03-21 12:17:38 -07:00
manifest.json feat: Chrome extension Side Panel + Conductor API proposal 2026-03-21 10:23:47 -07:00
popup.html feat: Chrome extension Side Panel + Conductor API proposal 2026-03-21 10:23:47 -07:00
popup.js feat: Chrome extension Side Panel + Conductor API proposal 2026-03-21 10:23:47 -07:00
sidepanel.css feat: Chrome extension Side Panel + Conductor API proposal 2026-03-21 10:23:47 -07:00
sidepanel.html feat: Chrome extension Side Panel + Conductor API proposal 2026-03-21 10:23:47 -07:00
sidepanel.js feat: Chrome extension Side Panel + Conductor API proposal 2026-03-21 10:23:47 -07:00