Configuration

Current Tab vs Full Screen

Crosscheck offers two recording modes — Current Tab and Full Screen — surfaced under the Screen Recording heading in the extension popup. Each mode uses a different browser API and captures content differently. Understanding the differences helps you choose the right mode for your situation.

Feature Comparison

FeatureCurrent TabFull Screen
Capture scopeSingle browser tabEntire screen or application window
Capture methodBrowser tab captureSystem screen capture
AudioTab audio included automatically, plus microphone (toggle from the recording toolbar)System audio from any tab you open during the session, plus microphone (toggle from the recording toolbar)
Multiple tabsNo, single tab onlyYes, if sharing the full screen
Non-browser contentNoYes, can capture any application
Resource usageLower CPU and memoryHigher CPU and memory
Start flowOne click — the active tab is auto-selected and the live timer appears immediatelyChrome share dialog asks you to pick a tab, window, or full screen, then click Share to start
ResolutionMatches tab viewportMatches screen or window resolution
DevTools contextCaptured for the recorded tabCaptured for the active tab only
Recording toolbarPause / resume, mic, camera, annotate, stopPause / resume, mic, camera, annotate, stop

Current Tab

Current Tab recording captures the contents of a single browser tab. It uses the browser's built-in tab capture capability, which is available exclusively to Chrome extensions. This mode is lightweight, the active tab is auto-selected so you do not have to pick a source, and audio playing within the tab is included automatically. You can also start a Current Tab recording without opening the popup by clicking the floating Crosscheck icon on any page.

When to Use Current Tab

  • You are testing a web application and only need to capture that one tab.
  • You want minimal resource usage during recording.
  • You want tab audio captured automatically without extra permissions.
  • You need devtools context (console logs, network requests) aligned with the recording.

Full Screen

Full Screen recording uses the browser's built-in screen sharing capability to capture your entire screen, a specific application window, or any tab you pick. When you start a Full Screen recording, Chrome opens its standard share dialog so you can choose what to share and click Share to begin. This mode can capture non-browser applications and lets you switch freely between windows during the session.

When to Use Full Screen

  • You need to show interactions across multiple browser tabs.
  • You want to capture non-browser applications alongside the web app.
  • You need to demonstrate a workflow that spans multiple windows.
  • You want to include system audio in the recording.
Recommendation
Use Current Tab for most bug checks. It produces smaller files, uses fewer system resources, and keeps devtools context tightly synced with the recording. Switch to Full Screen only when you need to capture content outside a single tab.

Picking a Mode

Open the Crosscheck extension popup. Under the Screen Recording heading you will see two options side by side: Current Tab and Full Screen. Click the one you want to use to start the recording — there is no separate save step.

Recording toolbar is the same in both modes
Once recording starts, the floating toolbar with pause / resume, microphone, camera, annotate, and stop works identically for Current Tab and Full Screen recordings.
Full Screen and devtools context
When using Full Screen, devtools data (console logs, network requests, user actions) is still captured, but only for the tab that was active when the recording started. If you switch between tabs during a Full Screen recording, devtools data from other tabs will not be included.
Last updated: March 2026