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
- Markdown.
- HTML anchor tag.
- Plain text.
- Some custom format with the placeholders {title} and {url}.
- 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