MdPicker - Markdown Link Copier

Copy links, selected text, or page info as Markdown with a right-click. Now supports favicons and customizable sizes for page links.

As of June 2026, MdPicker - Markdown Link Copier has 13 users in the Developer Tools category.

Usersno change0%
13
13
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.0.4
Manifest V3
90-day change · In the last 90 days this extension 3 version updates, changed permissions.

History

7 snapshots

Tracking since Apr 21, 2026.

13.887.51.1199999999999992Apr 21, 2026Jun 8, 2026
View as table
DateUsersRatingReviewsVersion
Apr 21, 20261.0.0
Apr 26, 20261.0.0
May 9, 202621.0.0
May 14, 202661.0.2
May 26, 202671.0.2
Jun 2, 202691.0.3
Jun 8, 2026131.0.3
Now131.0.4

Changelog

  • Jun 8, 2026
    description
    MdPicker is a lightweight Chrome extension that adds powerful Markdown conversion options to your right-click context menu. With a single click or a keyboard shortcut, you can convert any web link, selected text, or the entire page into clean, ready-to-paste Markdown.
    
    [ 🚀 CORE FEATURES ]
    
    - Copy Link as Markdown
    Automatically extracts the link's display text and URL to create a perfect [Link Text](URL) format.
    
    - Copy Selection as Markdown
    Intelligently analyzes the HTML structure (headings, bold, lists, etc.) of your selected text and converts it into accurate Markdown while preserving the original formatting.
    
    - Copy Page as Markdown Link
    Instantly creates a Markdown link of the current page's title and URL.
    
    - Favicon Support (New!)
    Include the page's favicon in your page links. You can enable this in the options and choose from 4 sizes: 12px, 16px, 24px, or 32px.
    
    - Smart Keyboard Shortcut
    Use Ctrl+Shift+M (Cmd+Shift+M on Mac) to copy your selection as Markdown. If nothing is selected, it copies the current page link.
    
    [ 💡 HOW TO USE ]
    
    1. Copying a link: Hover over any link, right-click, and select "Copy Link as Markdown."
    2. Copying selected text: Select text on a page, right-click, and select "Copy selection as Markdown" (or use the shortcut).
    3. Copying the page link: Right-click on an empty space or the extension icon and select "Copy Page as Markdown Link."
    4. Settings: Right-click the extension icon and select "Options" to toggle favicons and adjust icon size.
    
    [ DEVELOPER & POWER USER FEATURES ]
    
    - Manifest V3 Compliant: Built using the latest Chrome extension standards for better security and performance.
    - Offscreen Document API: Uses modern APIs for secure and reliable clipboard access without legacy hacks.
    - Customizable: Integrated options page using the Storage API to remember your preferences across devices.
    
    [ 🔒 PRIVACY FIRST ]
    
    MdPicker is designed with privacy as a priority. It operates entirely locally within your browser.
    - No data collection or tracking.
    - No external server communication (except for retrieving favicons via Google's official service if enabled).
    - Requests only the minimum permissions necessary (contextMenus, clipboardWrite, offscreen, tabs, storage).
    MdPicker is a lightweight Chrome extension that adds powerful Markdown conversion options to your right-click context menu. With a single click or a keyboard shortcut, you can convert any web link, selected text, or the entire page into clean, ready-to-paste Markdown.
    
    [ 🚀 CORE FEATURES ]
    
    - Copy Link as Markdown
    Automatically extracts the link's display text and URL to create a perfect [Link Text](URL) format.
    
    - Copy Selection as Markdown
    Intelligently analyzes the HTML structure (headings, bold, lists, etc.) of your selected text and converts it into accurate Markdown while preserving the original formatting. Now automatically resolves relative image paths and links to absolute URLs to prevent broken resources when pasting.
    
    - Copy Page as Markdown Link
    Instantly creates a Markdown link of the current page's title and URL.
    
    - Favicon Support (New!)
    Include the page's favicon in your page links. You can enable this in the options and choose from 4 sizes: 12px, 16px, 24px, or 32px.
    
    - Smart Keyboard Shortcut
    Use Ctrl+Shift+M (Cmd+Shift+M on Mac) to copy your selection as Markdown. If nothing is selected, it copies the current page link.
    
    [ 💡 HOW TO USE ]
    
    1. Copying a link: Hover over any link, right-click, and select "Copy Link as Markdown."
    2. Copying selected text: Select text on a page, right-click, and select "Copy selection as Markdown" (or use the shortcut).
    3. Copying the page link: Right-click on an empty space or the extension icon and select "Copy Page as Markdown Link."
    4. Settings: Right-click the extension icon and select "Options" to toggle favicons and adjust icon size.
    
    [ DEVELOPER & POWER USER FEATURES ]
    
    - Manifest V3 Compliant: Built using the latest Chrome extension standards for better security and performance.
    - Offscreen Document API: Uses modern APIs for secure and reliable clipboard access without legacy hacks.
    - Customizable: Integrated options page using the Storage API to remember your preferences across devices.
    
    [ 🔒 PRIVACY FIRST ]
    
    MdPicker is designed with privacy as a priority. It operates entirely locally within your browser.
    - No data collection or tracking.
    - No external server communication (except for retrieving favicons via Google's official service if enabled).
    - Requests only the minimum permissions necessary (contextMenus, clipboardWrite, offscreen, tabs, storage).
  • May 26, 2026
    description
    MdPicker is a lightweight Chrome extension that adds two powerful options to your right-click context menu: "Copy Link as Markdown" and "Copy Selection as Markdown." With a single click, you can convert any web link or selected text into clean, ready-to-paste Markdown — no setup required.
    
    ---
    
    ✨ KEY FEATURES
    
    🔗 Copy Link as Markdown
    Hover over any hyperlink, right-click, and select "Copy Link as Markdown." MdPicker automatically extracts the link's display text and URL, then saves it to your clipboard as [Link Text](https://example.com) — perfectly formatted Markdown, every time.
    
    📝 Copy Selection as Markdown
    Select any text on a webpage — paragraphs, headings, bold text, bullet lists, and more — then right-click and choose "Copy Selection as Markdown." MdPicker intelligently analyzes the underlying HTML structure and converts it into accurate Markdown syntax (e.g., # Heading, **bold**, - list item), preserving the visual formatting of the original content.
    
    🛡️ Secure & Modern Architecture (Manifest V3)
    Built fully in compliance with Chrome's latest Manifest V3 standard. Operates via a lightweight Service Worker with no persistent background processes, and uses the Offscreen Document API for secure, reliable clipboard access — no legacy hacks required.
    
    ---
    
    🎯 WHO IS IT FOR?
    
    - Developers writing documentation in Markdown
    - Technical writers and bloggers
    - Note-takers using Obsidian, Notion, Joplin, or Bear
    - Anyone who frequently pastes web content into GitHub, GitLab, or README files
    
    ---
    
    🚀 HOW TO USE
    
    Copying a link:
    1. Hover your mouse over any link on a webpage.
    2. Right-click and select "Copy Link as Markdown."
    3. Paste the result (Ctrl+V / Cmd+V) into your editor — you'll get [Link Text](URL).
    
    Copying selected text:
    1. Drag to select any text, list, or heading on a webpage.
    2. Right-click and select "Copy Selection as Markdown."
    3. Paste the converted Markdown directly into your document.
    
    ---
    
    🔒 PERMISSIONS EXPLAINED
    
    MdPicker requests only the minimum permissions necessary:
    - contextMenus: To add items to the right-click menu.
    - clipboardWrite: To copy the Markdown text to your clipboard.
    - offscreen: To safely access the clipboard from the background service worker (a Manifest V3 requirement).
    
    No data is stored, sent to servers, or tracked. MdPicker works entirely locally inside your browser.
    MdPicker is a lightweight Chrome extension that adds powerful Markdown conversion options to your right-click context menu. With a single click or a keyboard shortcut, you can convert any web link, selected text, or the entire page into clean, ready-to-paste Markdown.
    
    [ 🚀 CORE FEATURES ]
    
    - Copy Link as Markdown
    Automatically extracts the link's display text and URL to create a perfect [Link Text](URL) format.
    
    - Copy Selection as Markdown
    Intelligently analyzes the HTML structure (headings, bold, lists, etc.) of your selected text and converts it into accurate Markdown while preserving the original formatting.
    
    - Copy Page as Markdown Link
    Instantly creates a Markdown link of the current page's title and URL.
    
    - Favicon Support (New!)
    Include the page's favicon in your page links. You can enable this in the options and choose from 4 sizes: 12px, 16px, 24px, or 32px.
    
    - Smart Keyboard Shortcut
    Use Ctrl+Shift+M (Cmd+Shift+M on Mac) to copy your selection as Markdown. If nothing is selected, it copies the current page link.
    
    [ 💡 HOW TO USE ]
    
    1. Copying a link: Hover over any link, right-click, and select "Copy Link as Markdown."
    2. Copying selected text: Select text on a page, right-click, and select "Copy selection as Markdown" (or use the shortcut).
    3. Copying the page link: Right-click on an empty space or the extension icon and select "Copy Page as Markdown Link."
    4. Settings: Right-click the extension icon and select "Options" to toggle favicons and adjust icon size.
    
    [ DEVELOPER & POWER USER FEATURES ]
    
    - Manifest V3 Compliant: Built using the latest Chrome extension standards for better security and performance.
    - Offscreen Document API: Uses modern APIs for secure and reliable clipboard access without legacy hacks.
    - Customizable: Integrated options page using the Storage API to remember your preferences across devices.
    
    [ 🔒 PRIVACY FIRST ]
    
    MdPicker is designed with privacy as a priority. It operates entirely locally within your browser.
    - No data collection or tracking.
    - No external server communication (except for retrieving favicons via Google's official service if enabled).
    - Requests only the minimum permissions necessary (contextMenus, clipboardWrite, offscreen, tabs, storage).
  • May 26, 2026
    short_description
    Copy links as Markdown format directly from context menu.
    Copy links, selected text, or page info as Markdown with a right-click. Now supports favicons and customizable sizes for page links.
  • May 26, 2026
    permissions
    contextMenus, clipboardWrite, offscreen, tabs
    contextMenus, clipboardWrite, offscreen, tabs, storage
  • May 9, 2026
    permissions
    contextMenus, clipboardWrite, offscreen
    contextMenus, clipboardWrite, offscreen, tabs

Permissions & access

Permissions
contextMenusclipboardWriteoffscreentabsstorage
Host access
None declared

Screenshots

MdPicker - Markdown Link Copier screenshot 1

About

MdPicker is a lightweight Chrome extension that adds powerful Markdown conversion options to your right-click context menu. With a single click or a keyboard shortcut, you can convert any web link, selected text, or the entire page into clean, ready-to-paste Markdown.

[ 🚀 CORE FEATURES ]

- Copy Link as Markdown
Automatically extracts the link's display text and URL to create a perfect [Link Text](URL) format.

- Copy Selection as Markdown
Intelligently analyzes the HTML structure (headings, bold, lists, etc.) of your selected text and converts it into accurate Markdown while preserving the original formatting. Now automatically resolves relative image paths and links to absolute URLs to prevent broken resources when pasting.

- Copy Page as Markdown Link
Instantly creates a Markdown link of the current page's title and URL.

- Favicon Support (New!)
Include the page's favicon in your page links. You can enable this in the options and choose from 4 sizes: 12px, 16px, 24px, or 32px.

- Smart Keyboard Shortcut
Use Ctrl+Shift+M (Cmd+Shift+M on Mac) to copy your selection as Markdown. If nothing is selected, it copies the current page link.

[ 💡 HOW TO USE ]

1. Copying a link: Hover over any link, right-click, and select "Copy Link as Markdown."
2. Copying selected text: Select text on a page, right-click, and select "Copy selection as Markdown" (or use the shortcut).
3. Copying the page link: Right-click on an empty space or the extension icon and select "Copy Page as Markdown Link."
4. Settings: Right-click the extension icon and select "Options" to toggle favicons and adjust icon size.

[ DEVELOPER & POWER USER FEATURES ]

- Manifest V3 Compliant: Built using the latest Chrome extension standards for better security and performance.
- Offscreen Document API: Uses modern APIs for secure and reliable clipboard access without legacy hacks.
- Customizable: Integrated options page using the Storage API to remember your preferences across devices.

[ 🔒 PRIVACY FIRST ]

MdPicker is designed with privacy as a priority. It operates entirely locally within your browser.
- No data collection or tracking.
- No external server communication (except for retrieving favicons via Google's official service if enabled).
- Requests only the minimum permissions necessary (contextMenus, clipboardWrite, offscreen, tabs, storage).

Technical

Version
1.0.4
Manifest
V3
Size
20.59KiB
Min Chrome
88
Languages
2
Featured
No

Metadata

ID
aihoeldnpdpcbjbcgamhhkgnpmihooep
Developer ID
u9ea66413d1fb189c947f5d902a059ba6
Developer Email
[email protected]
Created
Apr 20, 2026
Last Updated (Store)
Jun 6, 2026
Last Scraped
Jun 8, 2026
Website
Support URL
Privacy Policy

Data sourced from the Chrome Web Store · last verified Jun 8, 2026.