One click or one keystroke. Audit the current tab on jwatte.com without copying and pasting URLs. Chrome / Edge / Brave / Vivaldi / Opera compatible (Manifest V3).
The extension is not on the Chrome Web Store yet (review backlog). Side-load via Developer Mode — 30 seconds:
chrome://extensions/ (or edge://extensions/ on Edge, etc.)On any page, click the extension icon. Pick a tool. The tool opens in a new tab with the current URL pre-filled.
Keyboard shortcut: Ctrl + Shift + A (Cmd + Shift + A on Mac) opens the Mega Analyzer directly.
The extension requests only the activeTab permission — it reads the URL of the tab you're looking at when you click the icon, nothing else. It never reads page content, cookies, browsing history, or tabs you aren't explicitly auditing. No analytics, no tracking, no remote code execution.
All tool processing happens either in your browser (client-side JS) or via the jwatte.com Netlify function proxy, which only fetches the single URL you submitted.
When you click a tool in the popup, the extension constructs a URL like:
https://jwatte.com/tools/mega-analyzer/?url=https%3A%2F%2Fexample.com%2F
The tool pages listen for ?url= and ?seed= query parameters via the shared tool-shell.js helper. The URL auto-populates the tool's input field — no paste needed. Add &autorun=1 to any tool URL if you want the audit to run automatically on page load.
The extension is three files: manifest.json, popup.html, popup.js. If you want to add your own tool shortcuts or change the keyboard binding, edit the manifest's commands section and the popup's button list. Manifest V3 only.
Companion post: The /tools/ Nav Trap explains why every site in the network now has a real /tools/ landing page — and the extension routes there on any URL you point it at.