Max Nardit
Share2Agent icon

Share2AgentShare any page with your AI agent

One click to extract any webpage as clean Markdown and send it to your AI agent, automation platform, or custom webhook. Screenshots, YouTube transcripts, Gmail threads, quick actions — zero tracking.

Free & Open SourceChrome ExtensionMIT
Share2Agent popup in light modeShare2Agent popup in dark mode

How it works

1

Click the extension

On any page — article, docs, YouTube video, Gmail thread. The extension extracts clean Markdown using Readability + Turndown.js.

2

Pick your agent

Choose from your configured agents — each with a custom name, emoji, color, and webhook URL. Switch with Alt+1/2/3.

3

Send

Pick a quick action or type your own instruction. Hit Send (or Ctrl+Enter). Page content + optional screenshot land at your webhook as JSON.

What you get

Markdown output

Turndown.js + GFM plugin preserves tables, headings, code blocks, and links. Clean, structured content every time.

Full-page screenshot

Optional scroll-and-stitch JPEG capture sent alongside the text. Toggle per request.

YouTube transcripts

Extracts timestamped transcripts from video pages and Shorts, plus video metadata.

Quick actions

One-click instruction chips: Summarize, Extract tasks, Save, Analyze. Or type your own.

Gmail threads

Full thread with participants, roles, dates, and message permalinks. Auto-expands collapsed messages.

Image & PDF detection

Detects images and PDFs automatically — sends them directly without unnecessary text extraction.

Multi-agent picker

Unlimited agents with names, emoji avatars, and color presets. Switch with Alt+1/2/3.

Test webhook

Verify your endpoint works before saving. One click in settings — instant feedback.

Zero tracking

No analytics, no accounts, no third parties. Data flows from your browser to your webhook. Period.

What your webhook receives

POST payload
{
  "schema": "share2agent/v1",
  "url": "https://docs.example.com/api-reference",
  "title": "API Reference — Example Docs",
  "content": "# Extracted Markdown\n\nClean text with **formatting**, [links](url), and tables.",
  "comment": "Summarize the auth section",
  "timestamp": "2026-04-02T12:00:00.000Z",
  "meta": {
    "type": "page",
    "description": "Complete API reference",
    "author": "Example Team",
    "language": "en"
  },
  "screenshot": "data:image/jpeg;base64,..."
}

Max payload: 5 MB. Timeout: 15 seconds. All meta fields are strings.

Privacy

Share2Agent does not collect analytics, does not send data to third parties, does not require an account, and does not run in the background. Data flows from your browser to your webhook — nothing else. The extension is open source and you can read every line.

Full privacy policy →

Permissions

activeTab — read current page URL and title when you click the extension

scripting — inject content extraction script when you click Send

storage — save your webhook URLs and agent settings locally