Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wnoguchi/blog-link-clipper
- Owner: wnoguchi
- License: mit
- Created: 2012-01-27T18:30:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T22:42:15.000Z (almost 5 years ago)
- Last Synced: 2023-03-22T12:51:07.762Z (over 1 year ago)
- Topics: chrome-extension, clipboard, google-chrome, javascript
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/bloglinkclipper/jcbdhcdpoagflgclgidimolohhmofnma
- Size: 148 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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!