chore: 提交剩余文档与扩展面板资源更新

This commit is contained in:
leeguooooo
2026-03-04 11:54:55 +09:00
parent 2d0d18f0d9
commit 9e7c8937a6
9 changed files with 273 additions and 154 deletions
+3
View File
@@ -152,6 +152,9 @@ CDP mode uses a browser extension handshake to group tabs.
- non-default: `Agent Browser Stealth • <session>`
- Extension side panel (`agent-browser-stealth`) also provides:
- Session window isolation and deterministic group colors.
- Browser controls (`open`, `back`, `forward`, `reload`, `click/fill/press` by CSS selector).
- Developer signals (console warnings/errors, fetch/xhr network events, DOM snapshot capture).
- Workflow automation (record actions, run workflows, assign slash shortcuts, and create schedules).
- `Keep Only This`, `Focus`, `Clean Empty Groups` quick actions.
- Toggle switches for strict isolation / activation guard / auto-clean.
- Session allowlist editing (domain fallback to `about:blank` when violated).
+1 -1
View File
@@ -321,7 +321,7 @@ For tab grouping in CDP mode, grouping is best-effort through the extension hand
extension available => grouped by session; extension missing/unavailable => silent no-op.
With the `agent-browser-stealth` extension installed, the side panel also exposes
session window isolation controls, activation guard toggles, empty-group cleanup, and per-session allowlist policy editing.
session window isolation controls, activation guard toggles, empty-group cleanup, per-session allowlist policy editing, browser action controls, developer signal panels (console/network/DOM), and workflow automation (recording, shortcuts, and scheduled runs).
## Common Configurations