Clean Clipper Add to Chrome (free)

When the clipper broke

Notion Web Clipper saves only the title and URL

You clip an article, open it in Notion, and there is a title, a link, and nothing else. Or the page is empty entirely. This is the most common complaint about this extension, and the cause is in how it is built rather than in your setup, which is why the usual troubleshooting does not help.

Why the body never arrives

The extension does not send Notion the page you are looking at. It sends the address, and Notion then fetches that address itself, from its own servers, and renders whatever comes back.

That second fetch is a different visitor. It has none of your cookies, is not signed in to anything, and can be refused or served a stub. When it comes back empty, what remains is exactly what was sent in the first place: the title and the link.

So the pages where this happens are predictable. Anything behind a login, anything behind a paywall, anything that builds its text in the browser after loading, and anything that turns away automated requests. On those pages no amount of reinstalling changes the result, because your machine did its part correctly.

What people report, word for word

Chrome Web Store reviews, unedited. The same sentence recurs for years, which is what makes this a design consequence rather than an outage.

Webpage not saving - just URL and title.
★☆☆☆☆Notion Web Clipper 0.2.8
Does not save a full page - only title and link to it.
★★☆☆☆Notion Web Clipper 0.2.8
Used to save page content but now I'm only getting empty pages.
★★☆☆☆Notion Web Clipper 0.2.8
It just trying to render targeted page, but not saving rendered current page. Something went wrong last month.
★☆☆☆☆Notion Web Clipper 0.2.13

Source: Chrome Web Store reviews, collected 5 September 2026. The card shows 3.32 stars; the last hundred reviews average 2.70, and 52 % of them are one or two stars.

What to try, in order

The first step tells you within a minute whether anything else on this list can help.

  1. Open the same page in a private window, signed out. What you see there is roughly what Notion's server will see. If the article is missing there too, the clipper cannot get it and no setting will change that.
  2. If the page is public, wait and clip again. A single failed fetch on Notion's side does happen, and a retry sometimes lands.
  3. Check the destination. Clipping into a database whose template overwrites the page body will leave you with a title and a link even when the fetch succeeded.
  4. Make sure you are signed in to Notion in the same browser profile, and that the workspace you are clipping into is the one you are looking at.
  5. For pages behind your own login, do not use a clipper that fetches server-side at all. Use one that reads the tab you already have open, or paste the text by hand.
  6. Report the specific address to Notion. A store review is not a support channel and nobody is triaging it.

What this means in practice

A clipper that fetches the page server-side can only ever save what an anonymous visitor can see. That is a fixed ceiling, not a bug list. Documentation behind a company login, a subscription article, your own dashboard: none of it can be clipped this way, no matter how the extension improves.

It also explains the shape of the reviews. The complaint reads identically in 2022, 2024 and 2026, and the rating has never recovered: 3.32 on the card, 2.70 across the last hundred reviews.

Clipping what is on your screen instead

Clean Clipper reads the page from the tab you have open, at the moment you press the button. There is no second fetch, so there is nothing to be refused.

The two designs, side by side

This is about where the page is read, which is the whole difference. Notion offers a database behind the clip; Clean Clipper offers a file.

What happensNotion Web ClipperClean Clipper
Who reads the pageNotion's server, separatelyYour browser, the tab you are on
Pages behind your loginTitle and link onlyClipped in full
Pages built in the browserOften emptyClipped in full
Where the clip landsA Notion databaseA `.md` file in your folder
If the fetch is refusedA note with no bodyNot applicable: there is no fetch

What you give up by switching

Notion is a database and this is not. If the clip has to land in a Notion workspace, keep the official extension and use the private-window test above to know in advance which pages will work.

If you want both

These two do not compete for the same job, and using both is a reasonable answer rather than a compromise.

  1. Keep the Notion clipper for public pages that should live in a shared workspace.
  2. Install Clean Clipper for everything behind a login, which is exactly the set the other one cannot reach.
  3. Point Clean Clipper at a folder you already sync or back up.
  4. When something has to end up in Notion but the fetch comes back empty, clip it to Markdown and paste the result in. Notion accepts pasted Markdown and keeps the structure.
  5. Use the private-window test before blaming either tool: it tells you in seconds which of the two can see the page.
Add to Chrome (free)Free in full. No account, no sign-up, no limits.

Questions

Is this a bug I can report?
You can report a specific address, and it is worth doing. But the general case is not a bug: a server-side fetch cannot see a page that requires your session.
Why did it work before and not now?
Usually the site changed rather than the extension. Sites add login walls, paywalls and bot filtering, and each of those takes another set of pages out of reach of an anonymous fetch.
Does the paid Notion plan fix it?
No. The fetch is anonymous regardless of what you pay.
Will a different Notion clipper work?
Some third-party ones read the page in your browser instead, which is the design that can see logged-in pages. Reviewers point at “Save to Notion” for this reason. The trade-off is setup.
Can I get Markdown into Notion?
Yes. Notion accepts pasted Markdown and converts it, so clipping to Markdown and pasting keeps headings, lists and tables.
Does Clean Clipper save into Notion?
No. It writes files. If the clip must land in a Notion database, this is not a replacement.
Does it work on pages that need my login?
Yes, that is the point of reading the open tab. If you can see the page, it can convert it.
Is it free?
Yes, entirely. No account, no limits, no paid tier.