loftkun / EasyCopyLink

Chrome extention that allows you to copy page link from right-click menu to clipboard in various formats: Title, URL, Title+URL, HTML, Markdown, RichText.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyCopyLink

overview

This is chrome extension that allows you to copy page link from right-click menu to clipboard in various formats.

It works with Edge as well as Chrome.

install

Please install from chrome web store.

screenshots

You can turn display on/off from the menu of this extension, so you can display only the formats you use most often in the right-click menu.

available formats

The available formats that can be copied are as follows:

  • Title
  • URL
  • Title + newline + URL
  • HTML
  • Markdown
  • RichText

"RichText" is a text with link that can be clicked on to open in a browser, making it useful for pasting into chat rooms such as Slack.

Notes

This extension does not work on special pages as followings, due to the functional limitations of the Chrome extension API ( chrome.scripting.executeScript ).

  • Chrome settings page ( chrome:// )
  • Chrome Web Store ( https://chromewebstore.google.com )

About

Chrome extention that allows you to copy page link from right-click menu to clipboard in various formats: Title, URL, Title+URL, HTML, Markdown, RichText.

License:MIT License


Languages

Language:JavaScript 65.5%Language:HTML 33.4%Language:CSS 1.1%