Installing the extension
- Clone or download the extension's repository.
- Open
chrome://extensionsand enable Developer mode. - Click Load unpacked and select the repository's root folder.
- Click the Sennoric toolbar icon, or press
Alt+Shift+A, to open the sidebar.
No build step — Chrome loads manifest.json directly from the folder.
Importing a key from the CLI (/web flow)
Instead of entering provider keys a second time, import your CLI's active model, keys, and custom endpoints directly:
- Run
/webin the Axion CLI. - Copy the short-lived extension import token it prints.
- Paste the loopback URL and token into the extension's settings.
Using the sidebar
The sidebar can read the full text and DOM of the current page and answer questions about it directly. With your one-time approval per action, it can also:
- Click buttons and links
- Fill in and submit forms
- Take screenshots
- Navigate to HTTP(S) URLs
After an action triggers a navigation or dynamic update, the extension waits for the actual page change instead of guessing with a fixed delay.
Permissions explained
The extension requests broad page access because its tools need to work on whatever page you're using it on. Read-only tools (like reading page text) run immediately; mutating or sensitive tools (clicking, typing, submitting forms) always require your explicit approval first.
Troubleshooting
Sidebar not appearing: confirm the extension is pinned/enabled in chrome://extensions, then try Alt+Shift+A directly rather than the toolbar icon.
Import failing: the import token from /web is short-lived and must match exactly — if it's been more than a minute or so, run /web again for a fresh token rather than reusing an old one.