ookpfincecbbcdphphhjobiajhikjbhi
A little extension that lets you easily copy sites into LLM optimized Markdown. A little extension that lets you easily copy sites into LLM optimized Markdown. Preview function allows you to instantly check the conversion results. No complicated settings are required. Just right-click to convert the entire page. 🍎 Super simple operation Right-click on a page → "Copy full page text in Markdown" Right-click selected text → "Copy selected text in Markdown" Right-click an image → "Copy image URL in Markdown format" Right-click a link → "Copy link in Markdown format" 🤖 AI-optimized formatting Markdown Automatically prepends YAML Front-Matter before the body text. --- url: https://example.com/article title: "Article title" date: 2025-04-27T12:34:56Z lang: en-JP --- url: 🔒 Offline Operation & Privacy Focused All parsing of page content is completed locally. No data is sent to external servers. Zero personal information/tracking to be collected.
Copy as Markdown
Simple extension to copy selected text as Markdown, perfect for pasting into AI like ChatGPT Copy as Markdown lets you instantly turn any highlighted text or an entire web page into clean, well-formatted Markdown that preserves links, headings, lists, images, and code blocks, making it effortless to paste content straight into ChatGPT, GitHub, Notion, or any Markdown-friendly editor without extra cleanup.
Webpage to Markdown
Convert any webpage to Markdown format with a single click Markdown Converter for Chrome This Chrome extension allows you to convert the content of any webpage into Markdown format with a single click. It intelligently extracts the main content, handles images and figures, and even captures content embedded within iframes. Features • One-Click Conversion: Convert any webpage to Markdown by simply clicking the "Convert" button. • Intelligent Content Extraction: Focuses on the main content (e.g., main, article tags) while removing common clutter like navigation, footers, ads, and comments. • Image and Figure Handling: Converts and elements into proper Markdown image syntax, including captions from . • Iframe Content Inclusion: Extracts and appends content from accessible iframes at the end of the converted Markdown. • Customizable Markdown: Utilizes TurndownService for flexible Markdown generation, allowing you to customize heading styles, list markers, and more. • Copy and Download: Easily copy the converted Markdown to your clipboard or download it as a .md file. • Status Updates: Provides clear status messages to inform you about the conversion process, including success, error, and copy/download actions. How to Use 1. Install the Extension: Add this extension to your Chrome browser. 2. Navigate to a Webpage: Open the webpage you want to convert. 3. Click the Extension Icon: Click the extension icon in your browser toolbar. 4. Convert: Click the "Convert" button to generate the Markdown. 5. Copy or Download: o Click "Copy" to copy the Markdown to your clipboard. The button will briefly turn green upon success. o Click "Download" to save the Markdown as a .md file. The button will briefly turn green upon success.
Copy as Markdown
Convert and copy text as Markdown with formatting preserved The ultimate tool to copy text, links, and images as clean Markdown format directly from your browser. How it works: - Right-click on any text, link, or image you see online - Choose "Copy as Markdown" from the context menu - Paste perfectly formatted Markdown anywhere you need it Features: - Intelligent conversion of HTML elements to Markdown (headings, lists, formatting, tables, code blocks) - Preserves rich text formatting like **bold**, *italic*, and ~~strikethrough~~ when copying - Transforms links into proper Markdown syntax: [Link Text](URL) - Converts images with complete attributes:  - Extract-only-URLs mode for gathering multiple links as a formatted list - Available in 47 languages - use in your native language - Works on any website with no configuration needed - Fast and lightweight - designed for performance - Privacy-focused - all conversion happens locally on your device - Simple, intuitive popup interface with easy settings - Compatible with both light and dark browser themes Perfect for: - Writers, bloggers, and researchers using Markdown editors - Developers working with GitHub, GitLab, or documentation - Note-takers using Obsidian, Notion, or any Markdown-based app - Anyone who needs to quickly capture formatted web content No account required, no complicated setup. Just install and start copying perfectly formatted Markdown with a single click.
Copy as Markdown
Alt+C to copy selected web content as Markdown, support headings, links, images, tables and more. Use Alt+C (Option+C on Mac) to copy any web page as plain-text Markdown, preserving headings, links, images, code blocks, tables, and lists with perfect formatting! Ideal for working with LLMs, creating .md files, or sharing web content via messaging apps. When you copy something, your clipboard stores up to three formats: plain text, HTML, and RTF (rich text format). In browsers, it’s typically plain text and HTML. The app where you paste determines which format to use. This works fine with editors like Notion, which take HTML and convert it into their internal format to preserve structure. However, it’s frustrating when working with LLMs because their input fields often only accept plain text, causing you to lose important context like table structures, link URLs, and headings. Before this extension, I had to copy from a webpage, paste it into Notion, copy from Notion, paste it into Sublime, and finally paste it into the LLM interface. This Chrome extension solves the problem by using the same technology that powers markdown editors—a library called ProseMirror. It directly processes the selected HTML from your browser to generate Markdown and places it in your clipboard. All the processing happens securely in your browser, bundled entirely within the extension, ensuring your content is processed offline for complete privacy. Update • v0.0.6: Improved manifesto file and setup GitHub repo, please use the github repo for feature request or bug report etc. https://github.com/ghcpuman902/copy-as-markdown Roadmap • 2024/11/13: Conceptualized the idea • 2024/11/15: Prototype completed • 2024/11/19: Published TODO: • Improve handling of relative URLs • Add more customizable key combinations • Further beautify Markdown output, especially for tables