Awesome Copy Extension(Google Chrome) that copies TITLE/URL combination to clipboard with various formats in current tab.
It useful to share Twitter, Facebook or writing Your blog, and more.
- Copy TITLE/URL combination to clipboard in various format.
- Get short url with goo.gl.
- Simple format: between title and url, be inserted line feeds
- HTML link tag format:
<a href="url">title</a>
. (_target="blank"
supported.) - Markdown:
[title](url)
- Redmine:
"title":url
- MediaWiki:
[url title]
- JIRA:
[title|url]
- PukiWiki:
[[title:url]]
- DokuWiki:
[[url|title]]
- Hatena notation (Japanese hacker popular):
[url:title=]
Chrome Web Store - BlogLinkClipper
MIT License.
- Fork this repository.
- Clone your forked repository.
- Open Chrome extension setting page.
- Check Developer mode.
- Click [Load unpacked extension...] button.
- Select prior cloned repository src directory.
- Good luck!