# Inspector Lab > Full documentation for Inspector Lab. The DevTools that goes where Chrome's can't --- # DevTools Source: https://inspectorlab.dev/ # Inspector Lab DevTools Inspector Lab is a movable, resizable in-page inspector built as a Manifest V3 Chrome extension. It brings full DevTools capabilities directly to your page—Elements inspection with live styles and DOM editing, console capture and evaluation, network monitoring, and storage editing—running on desktop Chrome, Chromium browsers, and iPadOS through [Orion by Kagi](https://help.kagi.com/orion/browser-extensions/ios-ipados-extensions.html). Released under the MIT license. Inspector Lab DevTools window ## Why Inspector Lab exists Modern development increasingly means supervising agents and remote systems rather than typing code directly. When your work happens on a remote machine and you verify it from a tablet, the DevTools you rely on disappear—iPadOS has no F12, and desktop Chrome's inspector cannot run there at all. Inspector Lab solves this by embedding a full inspection window directly into the page as a browser extension. Because it uses only content scripts and standard extension APIs—no debugger protocol—it runs anywhere a browser can load an extension: desktop Chrome, Chromium variants, and Orion on iPad and iPhone. ## What you get - **Elements Panel**: Pick and highlight elements, edit attributes and text in place, apply validated inline CSS, view computed styles with a box-model diagram, and force element states. - **Console**: Capture page output, evaluate expressions in the page context, view values colored by type with `file:line` source links. - **Network**: Record live requests with headers, timing, and fetch/XHR body inspection; DevTools-style details pane for each request. - **Sources**: Browse page sources in a collapsible tree with syntax highlighting; external files fetch on demand. - **Cookies & Storage**: Edit cookies, local storage, and session storage in place. - **UI**: Floats or docks to any viewport edge, resizable, themed light and dark, persists across reloads until closed. The extension launches from the popup on your demand, using only temporary `activeTab` permission—no standing access to every site you visit.