Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wnoguchi/blog-link-clipper

Awesome Copy Extension(Google Chrome) that copies TITLE/URL combination to clipboard with various formats in current tab.
https://github.com/wnoguchi/blog-link-clipper

chrome-extension clipboard google-chrome javascript

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

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: `title`. (`_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](https://chrome.google.com/webstore/detail/bloglinkclipper/jcbdhcdpoagflgclgidimolohhmofnma)

## License

MIT License.

## Contribute

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