Browser extension for Chrome and Edge. Last updated 2026-06-25.
Vitti SQL Formatter reformats SQL text you give it — either by selecting it in a SQL editor and pressing the keyboard shortcut (or the right-click menu), or by pasting it into the toolbar popup. All formatting happens locally in your browser using a bundled script. No SQL — or any other content — ever leaves your device.
None. The extension makes no network requests. It has no backend. Nothing is uploaded.
activeTab + scripting — to format SQL in an editable field of the
current tab, and only at the moment you invoke the extension (keyboard shortcut or
right-click item). The extension does not run automatically on any website and requests
no host permissions — it touches a page only on your explicit action.clipboardRead — to read SQL you've copied, so the popup can auto-fill it and the
shortcut can format your current selection. Read only on your action; never stored.clipboardWrite — to place the formatted SQL back on your clipboard so you can paste it.storage — to remember your formatting preferences (tab width, keyword case, column
spacing) locally on your device.contextMenus — to add the “Format SQL → Vitti style” right-click item.We do not share or sell data, because we do not collect any.
If this policy ever changes, the updated version will be posted at this URL.