Browser extension
The browser extension is the individual-user product. Install once and get accessibility tools on every site you visit.
Install
- Chrome / Brave / Arc → Chrome Web Store listing (coming soon)
- Edge → Edge Add-ons listing (coming soon)
- Firefox → Firefox Add-ons listing (coming soon)
Capabilities
7 built-in capabilities across vision, motor, and cognitive modalities:
| Capability | Modality | Cloud LLM? |
|---|---|---|
| Read aloud | Vision | No (local Web Speech) |
| Describe image | Vision | Yes |
| Voice command | Motor | Yes |
| High contrast | Vision | No (CSS injection) |
| Larger text | Vision | No (CSS injection) |
| Simplify text | Cognitive | Yes |
| Summarize page | Cognitive | Yes |
Local dev
Until the store listings are live:
git clone https://github.com/webdevhari/wholispherecd wholisphere/agentpnpm installpnpm --filter @wholisphere/extension build# Then in Chrome:# chrome://extensions → enable Developer mode → Load unpacked# → pick agent/apps/extension/.output/chrome-mv3Permissions
The extension requests:
storage— to remember your preferencesactiveTab— to know which page the popup is forscripting— reserved for future on-demand injection<all_urls>— required because the widget mounts on any page you visit
We do not collect any data without explicit telemetry opt-in. Audit log lives locally in chrome.storage.local and you can export or clear it from the popup.
Settings
Open the popup (extension icon) to adjust:
- Backend URL (defaults to
http://127.0.0.1:8787in local dev) - Widget position
- Keyboard shortcut
- Speech rate
- Telemetry opt-in
Recent activity
The popup shows the last 50 agent actions: capability, timestamp, host. Export as JSON for your own audit; clear at any time.