Visual Layout Inspector

Privacy policy

/ reinvent the future
Last updated · 17 May 2026
Summary

What the extension does

When you activate the inspector — by clicking the toolbar icon or pressing Alt+Shift+I — the extension reads the structure (DOM) and computed styles of the page you are currently viewing so it can:

All of this information is shown to you in an inspector panel that lives inside your own browser. None of it is sent anywhere.

What is stored, and where

Visual Layout Inspector uses chrome.storage.session to remember a small set of preferences within your current browsing session:

This data is stored locally on your device, is cleared automatically when you close the browser, and is never transmitted off your device.

Permissions used

activeTab
Grants temporary access to the tab you are currently viewing — and only that tab — when you explicitly activate the inspector. The permission expires when you navigate the tab.
scripting
Used to inject the inspector code into the active tab after you click the toolbar icon or press the keyboard shortcut. Never injected automatically or in the background.
storage
Used to remember the session preferences described above. Local only; cleared on browser close.

Children's privacy

Visual Layout Inspector is a developer tool and is not directed at children. It collects no personal information from any user, regardless of age.

Changes to this policy

If this policy is updated, the new version will be published at the same URL and the "Last updated" date above will be revised.

Contact

Questions about this privacy policy or about Visual Layout Inspector? Email amr.ahmed@envnt.co