← Tools

jwatte.com Audit Shortcut

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).

Install

The extension is not on the Chrome Web Store yet (review backlog). Side-load via Developer Mode — 30 seconds:

  1. Download the ZIP: jwatte-audit-shortcut.zip (then unzip to a folder you won't delete)
  2. Open chrome://extensions/ (or edge://extensions/ on Edge, etc.)
  3. Toggle Developer mode on (top-right)
  4. Click Load unpacked and select the unzipped folder
  5. Pin the extension icon (the jw logo) to your toolbar for one-click access

Usage

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.

Tools it routes to

Mega Analyzer
All SEO / schema / E-E-A-T / voice / mobile / perf in one pass
Site Analyzer
270 individual checks across Launch / Agency / Network / Hosting
Link Graph
Hubs, orphans, dead ends, sitemap delta
Internal Link Auditor
404 refs + 301 chains + sed rewrite patch
.well-known Audit
security.txt, ai-plugin.json, llms.txt, agent-card
E-E-A-T Audit
Person / Org / sameAs / Wikidata / ORCID depth
AI Citation Readiness
14 signals for Perplexity / ChatGPT / Claude / Gemini
Discover Readiness
Hero image, schema, freshness for Google Discover

Privacy

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.

How it works under the hood

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.

Source + customization

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.