Last updated: September 2, 2026
Inspektr is an expanding multi-tool suite engineered for web developers, UI/UX engineers, and web designers. The platform provides localized developer tools directly in Chromium-based browsers, currently including:
As new inspection modules and developer tools are introduced into Inspektr, they will always adhere to the same privacy-first architecture: all processing remains 100% on-device without remote tracking or server uploads.
We do not collect any personally identifiable information (PII) or telemetry:
Inspektr does not use persistent local storage APIs (such as chrome.storage or cookies). Active tool states and temporary page inspection data are held strictly in transient session memory within the browser while the inspected tab remains active. This data:
In accordance with Chrome Web Store Least Privilege policies, Inspektr requests only the minimum permissions essential to operate its developer tools on-demand:
| Permission | Purpose & Scope |
|---|---|
| Grants transient access to the currently active page only when you explicitly open Inspektr. It allows the tool to read element styles locally while active, and automatically terminates once you leave or close the tab. | |
| Permits on-demand injection of tool modules (such as the Font Detector or upcoming color/image inspectors) into the active tab upon user request, avoiding permanent background access to all websites. |
Inspektr does not request broad host_permissions (such as <all_urls>) or background access to your browser activity.
Inspektr is 100% self-contained. The extension does not load external web fonts (such as Google Fonts), external CDNs, tracking scripts, or remote assets. All typography relies entirely on your device's native system fonts (system-ui), ensuring complete offline capability and zero network leakage.
Inspektr is open and transparent. The complete source code, manifest configuration, and release builds are available for inspection on our official GitHub repository:
https://github.com/laricoDGT/inspektr
As we deploy additional developer tools within the Inspektr suite, this policy will be maintained and updated accordingly. Any changes will be reflected with an updated date at the top of this document.
For questions, security inquiries, or feature suggestions regarding Inspektr, please submit an issue on our GitHub repository:
https://github.com/laricoDGT/inspektr/issues