Installation
Calipers is available as a Chrome extension from the Web Store, or you can build it from source for Chrome and Firefox.
Chrome Web Store
- Visit the Calipers listing on the Chrome Web Store.
- Click Add to Chrome.
- Confirm the permissions prompt.
- Activate Calipers with Cmd+Shift+M (Mac) or Ctrl+Shift+M (Windows/Linux), or click the extension icon in your toolbar.
Build from source
git clone https://github.com/heysolomon/calipers.git
cd calipers
pnpm install
pnpm build --filter=@calipers/extension
Then load the extension in your browser:
- Open chrome://extensions (Chrome) or about:debugging (Firefox).
- Enable Developer mode (Chrome) or click This Firefox (Firefox).
- Click Load unpacked and select
apps/extension/dist/.
For Firefox, use the dedicated build:
pnpm build --filter=@calipers/extension -- --config vite.config.firefox.ts
Browser support
| Browser | Status | Notes |
|---|---|---|
| Chrome | Supported | Manifest V3 |
| Firefox | Supported | Manifest V2 build |
| Edge | Supported | Uses Chrome Web Store build |
| Safari | Not supported | No extension API |
Permissions
Calipers requests only what it needs:
- activeTab — inject the overlay on the page you are viewing
- scripting — run measurement tools when you activate Calipers
- storage — save guides and preferences locally
- tabs — capture screenshots when you press S
No data is collected or transmitted. See the privacy policy for details.