This extension copies to clipboard URL, and Title for various formats. For Twitter or writing your Blog.
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.
- Cleanup Amazon Product URL(ASIN)
### 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`
- JIRA: `[title|url]`
- reSTructuredTest: ``title <url>`_`
- MediaWiki: `[url title]`
- PukiWiki: `[[title:url]]`
- DokuWiki: `[[url|title]]`
- Hatena notation (Japanese hacker popular): `[url:title=]`
### Contribute
https://github.com/wnoguchi/blog-link-clipper
### CHANGELOG
#### 0.10.0 changes (2018-01-21)
1. Add DokuWiki Format.
2. Redmine Ticket URL Cleanup Feature.
#### 0.9.0 changes (2016-10-25)
1. Add reStructuredText Format.
#### 0.8.0 changes (2015-08-06)
1. Implement Amazon URL Cleanup feature.
2. Google Analytics Tracking.
#### 0.7.2 changes (2015-06-13)
1. JIRA title escape.
#### 0.7.1 changes (2015-05-23)
1. Add JIRA format support.
#### 0.7.0 changes (2014-09-07)
1. Save previous selection state.
2. Embrace MIT License.
3. I18N typo fix.
4. Large Refactoring.