GitXplorerGitXplorer
p

clipboardy

public
335 stars
71 forks
0 issues

Commits

List of commits on branch master.
Unverified
0fea615690178662a28a7c57099a6a00c98c9c7d

Update status

ppanzerdp committed 4 years ago
Unverified
63e9c798aed57329ac0e341b045a363769490e2f

Remove package lock

ppanzerdp committed 4 years ago
Unverified
cda26a78a9cf758246f78fbadb13dedad7c5cec1

Merge branch 'master' of github.com:panzerdp/clipboardy

ppanzerdp committed 4 years ago
Unverified
5cf680861a8d06005c599a6f9b9ddee516e742b8

Fix buttons injection on stackoverflow

ppanzerdp committed 4 years ago
Verified
772fa2d7b6780c43beb3c4ac540051dae20b88fb

Merge pull request #12 from panzerdp/dependabot/npm_and_yarn/angular-1.6.0

ppanzerdp committed 5 years ago
Verified
5b1e8770b94ca78fdc9acfc162f8f1ea8ce7396c

Bump angular from 1.2.29 to 1.6.0

ddependabot[bot] committed 5 years ago

README

The README file for this repository.

For some reason Chrome Web Store has decided to remove the extension because it might "Encourage, facilitate, or enable the unauthorized access, download, or streaming of copyrighted content or media". Is copying code to clipboard from stackoverflow a violation of copyright ?? No other details or the exact complaints were provided.

Clipboardy

Clipboardy is a Chrome extension for copying posted code to clipboard from stackoverflow.com, github.com & npmjs.com.

The extension allows to:

  • Copy the source code to clipboard with just one click
  • Select the source text
  • Collapse the source text
  • Show the history of clipboard usage
  • Configurable toolbar

Install the app from chrome store or see the full description on the product page.

Changelog

  • v0.9.4 - Fix the content script patterns to match https for stackoverflow
  • v0.9.3 - Fix context menu creation when disabled extension is updated
  • v0.9.2 - Use event page
  • v0.9.1 - By default all buttons are enabled
  • v0.9.0 - First product release version

Development

You should have installed at least node version 0.12.

Clone the repository into your projects directory:

git clone git@github.com:panzerdp/clipboardy.git clipboardy-chrome-extension

Install gulp globally:

npm install --global gulp

Install the dependencies within the project directory:

npm install

Run the builder and watcher:

gulp

Install the extension in Chrome browser from local source folder. More details here.

Author

Dmitri Pavlutin

License

The MIT License (MIT)

Copyright (c) 2016 Dmitri Pavlutin

Permission 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.