Manifest V3 Extension

Save Web Content Directly to Your Obsidian Vault

Markdown Clipper is an offline-first browser extension that extracts article content, generates local AI summaries, and saves them directly into local folders using the browser's native File System Access API. Bypasses the downloads manager entirely.

Markdown Clipper Extension Screenshot

Designed for Speed and Privacy

A full set of utilities to clean, summarize, save, and search webpages locally.

Local & Cloud AI Summarization

Summarize page contents on-demand. Choose between local on-device models for 100% offline free processing (Gemini Nano) or Cloud Gemini API for streaming high-quality summaries. Includes a structural extractive fallback for offline safety.

  • Chrome Built-in AI (Gemini Nano)
  • Cloud Gemini 2.5 Flash streaming API
  • Heuristic paragraphs/headers extractor
AI Summarizer tab mockup

Direct Obsidian Directory Saving

Write generated files silently straight to your Obsidian Vault using the File System Access API. Chosen folders are preserved securely in IndexedDB across popup closures so you can clip without distraction.

  • IndexedDB FileSystemDirectoryHandle persistence
  • Customizable YAML Front Matter schemas
  • Download folder-naming configurations
Settings configuration mockup

Right-Click Context Actions

Clip webpages instantly. Highlight key passages and select "Clip Summary of Selection" or right-click anywhere to capture the page. Integrates background IndexedDB writes with Downloads API fallbacks.

  • Selection & Page capture context items
  • Success toast status notifications
  • Downloads API fallback if write permission expires
Context Menu demonstration

How it Works

From clean HTML scraper to structured Markdown notes in three steps.

1

Configure Your Vault

Open settings, click "Select Folder" and pick your local folder or Obsidian vault directory. The permission handle is saved securely in IndexedDB.

2

Extract & Summarize

Trigger clipping from the popup or context menus. The scraper sanitizes the page DOM, cleans headers/footers, and streams the AI summary.

3

Write File & Query

The Markdown file is silently written to your folder. Open the Bookmarks tab to run full-text search queries on your saved clips instantly.

Frequently Asked Questions

Have questions about privacy, configuration, or custom formats? We have answers.

No. Markdown Clipper is designed offline-first. If you use **Chrome Built-in AI (Gemini Nano)** or the **Extractive Fallback**, all text extraction, parsing, summarization, and disk saving occur entirely on your local machine. No data is collected, stored, or transmitted. If you use **Cloud Gemini API**, only the article text is sent to Google's generative models API using the API key you provide.

Yes. The settings tab features a customizable YAML Template text field. You can define your own placeholders (such as {title}, {url}, {date}, {description}, {author}, and {tags}) and change their ordering or keys to fit your Obsidian vault's metadata standards.

To protect your local disk files, Google Chrome requires user interaction to re-verify directory access permissions whenever Chrome restarts. If access has expired, the Bookmarks tab will display a "Grant Folder Access" button. Clicking this button grants permissions to resume silent direct-saving and folder scanning.

This is a standard security warning shown for all newly published Chrome Extensions. Google automatically updates developer accounts to "trusted" status once they have been active and compliant for at least 28 days. Since Markdown Clipper is 100% open-source, contains no remote tracking or telemetry, and saves data locally on your computer, it is entirely safe to install.