Loop Page Markdown
App icon: a teal tile with a loop motif and md

Loop pages
→ clean Markdown.

A browser extension that reads a Microsoft Loop page from the rendered DOM — body, comments, and threaded replies — and saves it as token-efficient, LLM-ready Markdown.

Install

Install from the Chrome Web Store, or sideload the release zip directly from GitHub.

Chrome Web Store

Available now

One click in Chrome, with auto-updates and no developer mode needed. Works in Edge too after toggling Allow extensions from other stores.

Add to Chrome

Sideload from GitHub

Available now

Download the latest release zip, unzip it, and load as an unpacked extension. Same extension, same code — no store needed.

Download .zip
How to load it (30 seconds)
  1. Unzip somewhere stable — the folder must stay where you put it.
  2. Open chrome://extensions/ (or edge://extensions/).
  3. Toggle Developer mode (bottom-right or top-right).
  4. Click Load unpacked and pick the unzipped folder.
  5. (Optional) pin it from the puzzle-piece menu in your toolbar.

How it works

1

Open Loop → click Capture

Open the Loop page and its comments pane. Click the toolbar icon, click Capture & Save .md. A Save As dialog opens — pick a location.

2

Reads the rendered DOM

The extension reads the Loop page the browser has already loaded — no API keys, no admin setup, no server. It expands collapsed reply threads automatically before capturing.

3

LLM-friendly Markdown

Body content becomes structured Markdown (headings, lists, links, tables). Comments group by thread with author, timestamp, and replies as blockquoted blocks.

What you get

A Loop page with body, 3 comment threads, and replies — one Markdown file ready to paste into any LLM:

Q3 planning — Loop page.md
# Q3 Planning

> Source: https://loop.cloud.microsoft/p/…
> Captured: 2026-06-15T09:42:17Z
> Comments: 8 in 3 threads

## Overview

This quarter we focus on three pillars…

---

## Comments

### Thread 1: Comment thread started by Alex…

**Alex Ng — Jun 14**

Can we finalize the targets this week?

> **Sam Reid — Jun 14**
>
> Yes — syncing with the team tomorrow.

Privacy

  • No telemetry.
  • No servers.
  • No background service worker.
  • No data sent anywhere.

The extension activates only when you click it. It reads the Loop page already open in your browser — content the browser has already fetched and rendered for you. The Markdown is written directly to your local machine via the OS Save As dialog. Nothing leaves your machine except what the browser was already fetching from loop.cloud.microsoft.

Read the full privacy policy →