Getting Started with Calipers
Calipers is a free, open-source Chrome extension that lets designers and developers instantly measure distances, inspect dimensions, and check alignment on any webpage. Think PixelSnap, but for the browser — with direct DOM access for pixel-perfect accuracy.
Installation
From the Chrome Web Store
- Visit the Calipers page on the Chrome Web Store.
- Click Add to Chrome.
- Click the Calipers icon in your toolbar, or press
⌘⇧Mto activate.
From Source
- Clone the repository:
git clone https://github.com/calipers/calipers.git - Install dependencies:
pnpm install - Build the extension:
pnpm build --filter=@calipers/extension - Open Chrome and navigate to
chrome://extensions. - Enable Developer mode (top right toggle).
- Click Load unpacked and select the
apps/extension/distfolder.
Quick Tour
Activating Calipers
Press ⌘⇧M (Mac) or Ctrl+Shift+M (Windows/Linux) to toggle Calipers on the current page. You can also click the extension icon in your toolbar and use the on/off toggle in the popup.
Modes
Calipers has three modes, selectable from the popup or via keyboard shortcuts:
- Inspect (1) — Hover over elements to see their width and height.
- Measure (2) — Click two elements to measure the distance between them.
- Guides (3) — Place draggable alignment guides on the page.
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
⌘⇧M / Ctrl+Shift+M | Toggle Calipers on/off |
1 | Switch to Inspect mode |
2 | Switch to Measure mode |
3 | Switch to Guides mode |
B | Toggle box model overlay |
C | Copy current measurement |
S | Take screenshot |
Esc | Deactivate / cancel |