/blog-link-clipper

Awesome Copy Extension(Google Chrome) that copies TITLE/URL combination to clipboard with various formats in current tab.

Primary LanguageJavaScriptMIT LicenseMIT

BlogLinkClipper

About

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.

Features

  • Copy TITLE/URL combination to clipboard in various format.
  • Get short url with goo.gl.

Supported formats

  • 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=]

Get it NOW!

Chrome Web Store - BlogLinkClipper

License

MIT License.

Contribute

  1. Fork this repository.
  2. Clone your forked repository.
  3. Open Chrome extension setting page.
  4. Check Developer mode.
  5. Click [Load unpacked extension...] button.
  6. Select prior cloned repository src directory.
  7. Good luck!