Coming Q2 2026 — Join the waitlist

See docs freshness
while you browse

The DocsCanary Chrome extension surfaces inline freshness badges and stale section highlights directly on your docs site — so you know what to trust before you ship.

Chrome & Edge
Manifest V3
Zero config
Live preview

Stale sections, instantly visible

When you visit a page on your connected docs site, DocsCanary overlays freshness signals without any extra tools or tab switching.

docs.yourcompany.com/api/billing
DC
DocsCanary
Health:73%
C
View →
Billing API
Billing API
v2.4.1Last updated: 4 months ago
Authentication
Authorization: Bearer <your-api-key>
This section may be outdated.Last code change: 3 days ago
Subscription Webhooks
POST /v1/webhooks/billing
subscription_id: string
event_type: "created" | "updated" | "canceled"
Error Codes
DocsCanary·1 stale section detected
View in dashboard
Health badge

Overall page score in the top-right corner

Stale section

Dashed yellow border highlights sections flagged as potentially outdated

Dashboard link

One click to the full page health report in DocsCanary

How it works

Automatic. No context switching.

Install once, connect your DocsCanary account, and freshness data flows straight into every page you visit.

01

Install extension

Add the DocsCanary extension from the Chrome Web Store. Takes under 30 seconds.

02

Connect account

Sign in with your DocsCanary account. The extension syncs your connected docs sites automatically.

03

Browse your docs

Visit any page on a connected docs site. Freshness badges and stale section highlights appear immediately.

04

Take action

Click any badge to jump directly to the full page health report in your DocsCanary dashboard.

Capabilities

Everything you need to trust your docs

Inline freshness badges

A small badge in the top corner of every page shows the overall health score and letter grade — at a glance, without opening the dashboard.

Section-level highlights

Sections flagged as potentially stale get a subtle yellow dashed border with a tooltip showing the last relevant code change date.

Instant dashboard link

Click any badge to open the full page health report in DocsCanary — with code change history, affected files, and suggested edits.

Connected sites only

The extension only activates on docs sites you've already connected to DocsCanary. No activity on unrelated sites, ever.

Manifest V3 architecture

Built on Chrome's latest extension platform for better security, performance, and longevity. Uses a service worker — not a persistent background page.

OAuth2 authentication

Authenticates via your existing DocsCanary session. No passwords stored in the extension. Token refreshes automatically in the background.

Technical spec

Built on solid foundations

The DocsCanary extension is built against Manifest V3 — Chrome's current extension platform — with a minimal permission footprint and a content script that only activates on your connected docs hosts.

  • Minimal permissions

    Requests only activeTab, storage, and identity. No broad host permissions — activates on connected docs sites only.

  • Content script injection

    Injected declaratively via manifest host_permissions. Fetches page health from the DocsCanary API and overlays the UI non-destructively.

  • API integration points

    POST /api/extension/page-health returns freshness score, section-level annotations, and a dashboard deep-link URL.

  • Privacy by design

    Only the current page URL and org ID are sent to DocsCanary. No page HTML, no content, no browsing history.

extension/manifest.json + api
# manifest.json excerpt
Manifest version:Manifest V3
Browser targets:Chrome 88+, Edge 88+, Brave
Permissions:activeTab, storage, identity
Content scripts:Injected on connected docs hosts only
API auth:OAuth2 via existing DocsCanary session
Freshness data:Fetched from /api/extension/page-health
Cache TTL:5 minutes per page URL
Background worker:Service worker (non-persistent)
# Content script API integration point
GET /api/extension/page-health
?url=<current-page-url>
&org=<org-id>
Coming Q2 2026

Get early access
when it launches

The DocsCanary browser extension is in private development. Drop your email and we will send you early access the moment it is ready.

No spam. Unsubscribe any time. We will only email you about early access.

Q2 2026
Target launch
Chrome + Edge
Browser support
Free
Included on all plans
Browser Extension — DocsCanary