Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericrallen/stackexchange-answerid-link
A Google Chrome extension that allows you to copy a direct link to an Answer on any StackExchange site
https://github.com/ericrallen/stackexchange-answerid-link
Last synced: 15 days ago
JSON representation
A Google Chrome extension that allows you to copy a direct link to an Answer on any StackExchange site
- Host: GitHub
- URL: https://github.com/ericrallen/stackexchange-answerid-link
- Owner: ericrallen
- Created: 2013-01-18T07:56:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-16T03:10:20.000Z (over 11 years ago)
- Last Synced: 2024-11-03T10:26:07.869Z (2 months ago)
- Language: JavaScript
- Size: 293 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stackexchange-answerid-link
===========================A Google Chrome extension that allows you to copy a direct link to an Answer on any StackExchange site
Now available in the [Chrome Web Store](https://chrome.google.com/webstore/detail/copy-stack-exchange-url-w/pdnbneamjemojcmdkdgacepegbnjoamg).
Usage
=====I often find myself borrowing and modifying code snippets from StackOverflow or other StackExchange sites, and always like to attribute the code to it's source.
It helps anyone else who looks at my code, gives credit where it's due, and serves as a reference for me when I come back to it.
I've found that sometimes it's hard to remember which answer you were looking at and sometimes the accepted answer changes, or someone posted better code after the fact, etc. so I would always open my web inspector and add "#[answer HTML id here]" to the url when I pasted it into my comment.
This extension gives you a link above every answer that you can click to automatically copy your code to the clipboard.
License
=======The MIT License (MIT)
Copyright (c) 2013 Eric AllenPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.