Developer Tools
BrowserProof
Turn the active browser page into a local evidence pack that can be pasted into GitHub issues, Linear tickets, Slack handoffs, support requests, or launch review notes.
Core flow
Capture Proof to local export
- Open the page where a bug, broken state, or launch concern is visible.
- Click the extension action, then choose Capture Proof.
- Add expected behavior, actual behavior, or reproduction notes in the local notes field.
- Download Markdown or SourcePack JSON and paste the handoff into the destination issue or support ticket.
Capture surfaceCurrent active web page after user action
Suggested smoke targetSuggested smoke target: https://sourcepack-tools.pages.dev/fixtures/bug.html
Primary actionCapture Proof
ExportsMarkdown, JSON SourcePack, CSV source index
StorageRecent proof packs in chrome.storage.local
PermissionsactiveTab, storage, contextMenus, downloads, scripting; no persistent host permissions
Scope
What ships in this build
Included
- Captures page title, URL, visible headings, selected text, page excerpt, viewport details, and interaction counts.
- Adds a hand-off checklist so recipients know what evidence still needs human notes.
- Keeps the proof pack local until the user downloads or copies it.
- Requests no persistent host permissions and does not take screenshots in the launch build.
Limits
- BrowserProof captures visible page context, not hidden application state, cookies, credentials, or network traces.
- Users should redact private page content before sharing downloaded proof packs externally.
- It is a handoff tool, not an automated bug validator or monitoring service.