8000 GitHub - guidodinello/Smart-Clippy: Browser extension that copies the tab title and URL to the clipboard in the markdown hyperlink style
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

guidodinello/Smart-Clippy

Repository files navigation

Description

Smart Clippy is a browser extension that copies the tab title and URL to the clipboard in some preferred style.

For instance using markdown hyperlink style:

[title](url)

Using the html style:

<a href="url">title</a>

Using plain text:

title - url

If any text is selected, it will be appended at the end of the copied string

[tab title](tab url) > selection

Supported styles:

  • Markdown.
  • HTML anchor tag.
  • Plain text.
  • Some custom format with the placeholders {title} and {url}.

Future Improvements

  • Add icons.
  • Add a keyboard shortcut. (Ctrl + Shift + V)
  • Allow to personalize the format of the copied text.
  • UI to customize the format.
  • Add more functionalities like copying the video description if its youtube.
  • Improve styles: popup.html, options.html, notification.js

Resources

About

Browser extension that copies the tab title and URL to the clipboard in the markdown hyperlink style

Topics

Resources

License

Stars

Watchers

Forks

0