Developer Tools

Copy as Markdown

5
7
687
4

Features:

The extension allows you to copy selected text on a page as Markdown with support for features including the following

– Ability to copy links, images, and selected text as Markdown.
– Linked images, will have options to individually select link or images.
– Formatted text such as Italic, bold, strike-through, and inline code.
– Unordered and ordered lists, with task lists support.
– Tables, with respect to GFM.
– Fenced code blocks, with language detection using info strings.

Note: When copying links and images, Chrome doesn’t let you extract images alt text or anchors text content to be used in Markdown, instead the links themselves are used as link title. Firefox doesn’t have this limitation though.

Permissions:

The extension requires the following permission from you for working.

1. `contextMenus`: to show option when right-clicking.
2. `activeTab`: to be able to access content on page.
3. `clipboardWrite`: to be able to write data to clipboard (we still can’t read from your clipboard).

The extension can only write to your clipboard and not read from it in any way.

Copy as Markdown
Related posts
Developer Tools

Browserling - Cross-browser testing

Developer Tools

Selenium Page Object Generator

Developer Tools

IP Address and Domain Information

Developer Tools

APK Downloader for Google Play Store™

4 Comments

Comments are closed.