All Projects → notlmn → copy-as-markdown

notlmn / copy-as-markdown

Licence: MIT license
🖱 Browser extension to copy hyperlinks, images, and selected text as Markdown with GFM support

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to copy-as-markdown

url-incrementer
A web extension for Chrome, Edge, and Firefox. Increment a URL or go to the next page. Supports auto incrementing and advanced toolkit functions like scraping URLs.
Stars: ✭ 27 (-80.29%)
Mutual labels:  firefox-addon, browser-extension
perfect-home
firefox newtab/home replacement
Stars: ✭ 101 (-26.28%)
Mutual labels:  firefox-addon, browser-extension
pocketizer
Unofficial Pocket new tab extension for Chrome, Firefox, and Edge
Stars: ✭ 43 (-68.61%)
Mutual labels:  firefox-addon, browser-extension
native-messaging
Native Messaging Host Protocol for Browser Extensions
Stars: ✭ 40 (-70.8%)
Mutual labels:  firefox-addon, browser-extension
x-forwarded-for
X-Forwarded-For Header Browser Extension
Stars: ✭ 36 (-73.72%)
Mutual labels:  firefox-addon, browser-extension
inject-jyutping
A browser extension that adds Cantonese pronunciation (Jyutping) on Chinese characters
Stars: ✭ 33 (-75.91%)
Mutual labels:  firefox-addon, browser-extension
scape
🎨 The new tab page with simplicity in mind.
Stars: ✭ 14 (-89.78%)
Mutual labels:  firefox-addon, browser-extension
Upvote-Anywhere
Upvote Anywhere Browser Extension
Stars: ✭ 339 (+147.45%)
Mutual labels:  firefox-addon, browser-extension
LuminousNewTab
Luminous New Tab is a beautiful 'new tab' browser extension that has an animated gradient background! New tabs will show your bookmarks, the time, weather and let you do searches too!
Stars: ✭ 18 (-86.86%)
Mutual labels:  firefox-addon, browser-extension
Biet-O-Matic-BE
Biet-O-Matic Browser Extension
Stars: ✭ 28 (-79.56%)
Mutual labels:  firefox-addon, browser-extension
ccsearch-browser-extension
[PROJECT TRANSFERRED] Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 115 (-16.06%)
Mutual labels:  firefox-addon, browser-extension
aws-peacock-management-console
Browser Extension to show account alias and change color of AWS Management Console, even if AWS SSO.
Stars: ✭ 46 (-66.42%)
Mutual labels:  firefox-addon, browser-extension
kontext-browser-extension
Browser extension that adds context to certain German politicians
Stars: ✭ 79 (-42.34%)
Mutual labels:  firefox-addon, browser-extension
colorful-qrcode
Simple & colorful QR code generator with chrome extension
Stars: ✭ 13 (-90.51%)
Mutual labels:  firefox-addon, browser-extension
hackernews-button
Privacy-preserving Firefox extension linking to Hacker News discussion; built with Bloom filters and WebAssembly
Stars: ✭ 73 (-46.72%)
Mutual labels:  firefox-addon, browser-extension
refined-github
Browser extension that simplifies the GitHub interface and adds useful features
Stars: ✭ 19,066 (+13816.79%)
Mutual labels:  firefox-addon, browser-extension
LAN-port-scan-forbidder
Forbid untrusted webs to access localhost or LAN. An anti-scan protection 🛡️🏡
Stars: ✭ 53 (-61.31%)
Mutual labels:  firefox-addon, browser-extension
Blazor.BrowserExtension
A package for building Browser Extension with Blazor WebAssembly application.
Stars: ✭ 207 (+51.09%)
Mutual labels:  firefox-addon, browser-extension
follows-you-github
A simple browser extension that shows a label to indicate that some user follows you on GitHub
Stars: ✭ 25 (-81.75%)
Mutual labels:  firefox-addon, browser-extension
datadog-to-terraform
Converts Datadog resource JSON into Terraform alarm code.
Stars: ✭ 191 (+39.42%)
Mutual labels:  firefox-addon, browser-extension

Copy as Markdown

Browser extension to copy hyperlinks, images, and selected text as Markdown

Install

Screenshot

Copy as Markdown

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).

Credits

Inspired by this tweet from @nicolo-ribaudo, and publishing made possible by @yakov116.

Related

License

MIT © Laxman Damera

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].