This extension copies to clipboard URL, and Title for various formats. For link shareling with title or writing documentation.Awesome Copy Extension(Google Chrome) that copies TITLE/URL combination to clipboard with various formats in current tab.
It's useful to share URL with Title or writing documentation, and more.
### Features
- Copy TITLE/URL combination to clipboard in various format.
- Get short url with Firebase
- 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=]`
1. Add HTML A tag format security: rel="noopener"
2. Change URL Shortening service goo.gl to l.pg1x.com powered by Firebase
3. Remove Google Analytics Tracking