select and convert to markdown icon

select and convert to markdown

Extension Delisted

This extension is no longer available in the official store. Delisted on 2025-09-15.

Extension Actions

CRX ID
mbfkalihcbaebieafiojpdaccfpalhfi
Status
  • Minor Policy Violation
  • Removed Long Ago
  • No Privacy Policy
Description from extension meta

Copy select text and convert to Markdown code

Image from store
select and convert to markdown
Description from store

Select And Convert To Markdown
Select And Convert To Markdown is a google chrome extension which support copy select text and convert to markdown code. The converted code is store at clipboard.

Features
support generate current tab to a markdown code when you right click on the empty area of the page.
[page title](page url)
support generate image markdown code when right click on a image.
[](image url)
support generate link markdown code when right-click on a link
[selectionText](link url)
support generate imageLink markdown code when right click on a image which is contained in "a" element.
[[selectionText](image url)](linkurl)
support generate selectionText markdown code when select a range text and right-click.