the panel
Seventy tools, one shortcut
Grouped by what you are trying to find out rather than by what kind of thing it is. Everything that reads the page in front of you is free and runs locally; the 9 marked PRO either export something or cost a server request.
tools and diagnostics
70
free of them
61
host permissions
0
written up at length
70
Add
LoupeKit
- opens the list of browsers it can be installed in
showing all 70
Nothing by that name. Every tool the panel has is on this page, so if it is not in the grid it is not in the panel either.
Inspect and edit
the element under the cursor 13 of 13- Classes read → Every class on an element and what each one actually does
- Viewport read → Side-by-side frames at genuine device widths
- Grid read → Overlay the grid and flex tracks a layout really uses
- Ruler read → Two rules down the edges, with pinned guides and a choice of zero
- Component PRO read → Take the selected element out as a React or Vue component
- Site styles read → A stylesheet you write for one site, kept and re-applied
- Layers read → Tip the page over so every level of nesting is its own plate
- Selector read → Run a selector against the page and outline every element it matches
- Units read → Convert px, rem, ch and build a fluid clamp
- Cookies read → Every cookie the browser holds for this site, HttpOnly ones included
- Page source read → The rendered DOM in its own window, formatted and searchable
- WordPress read → Whether a page is WordPress, its theme, and every plugin loading an asset
- Patterns read → A CSS background pattern out of gradients, painted onto the selection
Extract and convert
take something out of the page 13 of 13- Fonts read → Every family, weight and size in use, ranked
- JSON read → Pretty-print, tree and diff any JSON on the page
- QR code read → The current URL as a code you can scan to a phone
- Open URLs read → Every address in a block of pasted text, opened as its own tab
- CSS to Tailwind read → Pasted CSS as Tailwind utilities, utilities back as CSS, line by line
- Scraper PRO read → Any repeating block on the page - cards, results, rows - as CSV, TSV or JSON
- Picture-in-picture read → Any video on the page popped into the browser’s floating window
- Capture read → The viewport, a dragged rectangle or the whole page - with somewhere to annotate it
- Encoders read → Base64, URL, HTML, JWT, hashes, UUIDs and timestamps, none of it sent anywhere
- Images read → Every image with shipped pixels against rendered size
- Tokens read → Colours, spacing and type steps as painted, not declared
- Media read → Video, audio and their poster frames, downloadable
- Font faces read → The declared faces, their files and formats
Layout diagnostics
why it moved, why it broke 12 of 12- Cascade read → Which rule won, and how much of the win was !important
- Z-index read → Every stacking context and the property that created it
- Compare read → Two elements side by side, with every computed value that differs marked
- Shifts read → What moved after first paint and how far
- Overflow read → Everything that reaches past the viewport edge, and why
- Reflow read → What breaks at 320px and 200% zoom
- Environments read → The same page in two environments, compared
- Scrolling read → Every scroll container, including the ones you did not mean
- Errors read → Uncaught errors, rejections and blocked loads, counted live
- Console read → What the page says to its console, warnings included, counted live
- Mutations read → What the page rewrites after load, live
- Top layer read → Dialogs, popovers and fullscreen, with anchors and inert subtrees
Loading and weight
what it costs to open 12 of 12- Font loading read → Faces that never arrived, fell back, or were only local
- Load timing PRO read → The real waterfall for this document, summarised
- Requests PRO read → Every request on one time axis, with status, size and phases
- Page weight read → Bytes by type, with the five heaviest named
- Unused read → CSS and JS never executed, with estimated savings
- Interactions read → How long each interaction took, and which script blocked it
- Animation read → Every running animation and what it costs per frame
- Third parties PRO read → Every host contacted and the company behind it
- Iframes read → Frames, their origins, and what each one loads
- Storage read → Sizes, biggest keys, databases and quota — never a value
- Hints read → Preloads and preconnects judged against what actually loaded
- Service worker read → What is registered, what is waiting, and whether this installs
Content and copy
the words and the head 8 of 8- Wording read → Reading level, sentence length and repeated phrasing
- Tables read → Any table on the page out as CSV or JSON
- Markdown PRO read → The document, or a selection, as clean Markdown
- Pseudoloc read → Swap copy for pseudo-locale to find hard-coded strings
- Reader read → The page stripped to its text, as a reader mode sees it
- Copy inspect read → What the page actually puts on your clipboard when you copy
- Head order read → Meta, title, canonical and OG tags in the order they load
- Preferences read → Force dark, reduced motion, contrast and locale
Accessibility
and how it behaves without a mouse 5 of 5- Print read → What the page becomes on paper, before you print it
- Forms read → Labels, names, errors and autocomplete, per field
- Focus path read → The tab order drawn over the page, in sequence
- Keyboard walk read → Walk every interactive element and log what traps
- Outline read → Landmarks and headings in the order a screen reader meets them
Export and report
hand the finding to someone else 7 of 7- Recorder PRO read → Record clicks and typing out as a test in your framework
- Mockup read → Pin a mockup over the page and diff it by pixel
- Page theme read → Restyle any site live and keep it per-domain
- Client report PRO read → One self-contained site review, built on your device
- Link builder read → Tag the address in the tab with campaign parameters
- Source maps PRO read → Bundles serving a map, and what they expose
- Tailwind theme read → Reconstruct a Tailwind config from a built site