Skip to content
Page Commands

Page Commands

Overview

TabCmdr includes a set of commands that act directly on the page you’re currently viewing. These are always available — no extra permissions needed beyond the required activeTab permission.

Open the palette and type any of the command names below to find and run them.

Scrolling

CommandWhat it does
Scroll to topJumps to the very top of the page
Scroll to bottomJumps to the very bottom of the page
Scroll upScrolls the page up by one viewport
Scroll downScrolls the page down by one viewport

Zoom

CommandWhat it does
Zoom inIncreases the page zoom level
Zoom outDecreases the page zoom level
Reset zoomRestores the page to 100% zoom

Printing

CommandWhat it does
PrintOpens the browser’s print dialog for the current page

Screenshots

CommandWhat it does
Capture screenshotTakes a screenshot of the visible area of the current tab

After capturing, you can copy the screenshot image to your clipboard (requires the clipboardWrite optional permission — see Clipboard).

Copying the Current URL

CommandWhat it does
Copy URLCopies the current page’s URL to your clipboard
Copy URL as MarkdownCopies the URL formatted as a Markdown link [title](url)

QR Code

CommandWhat it does
Generate QR codeCreates a QR code for the current page URL

The QR code appears in the palette. You can copy it to your clipboard to share it.

Calculator

TabCmdr has a built-in calculator. Type a math expression directly in the palette (e.g., 12 * 8 or (100 + 50) / 3) and the result appears instantly. Press Enter to copy the result to your clipboard.