All Projects → panzerdp → Clipboardy

panzerdp / Clipboardy

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Clipboardy

Enhanced Github
🚀 Browser extension to display size of each file, download link and copy file contents directly to the clipboard
Stars: ✭ 1,146 (+467.33%)
Mutual labels:  clipboard, chrome-extension
Bilibili Live Hime
🍓 Chrome 扩展 - Bilibili 直播姬
Stars: ✭ 201 (-0.5%)
Mutual labels:  chrome-extension
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (-10.4%)
Mutual labels:  clipboard
Grasp
A reliable org-capture browser extension for Chrome/Firefox
Stars: ✭ 193 (-4.46%)
Mutual labels:  chrome-extension
Chromeextensionasync
Promise wrapper for the Chrome extension API so that it can be used with async/await rather than callbacks
Stars: ✭ 186 (-7.92%)
Mutual labels:  chrome-extension
Oldschool Github Extension
Revert GitHub's UI back to its classic look (before the June 23, 2020 update that has a flat, rounded and more whitespaced design).
Stars: ✭ 200 (-0.99%)
Mutual labels:  chrome-extension
Pt Plugin Plus
PT 助手 Plus,为 Google Chrome 和 Firefox 浏览器插件(Web Extensions),主要用于辅助下载 PT 站的种子。
Stars: ✭ 2,807 (+1289.6%)
Mutual labels:  chrome-extension
Wallabagger
Chrome / Firefox / Opera plugin for wallabag v2.
Stars: ✭ 202 (+0%)
Mutual labels:  chrome-extension
Vue Clipboards
📋 Vue2.0 directive to copy or cut text to clipboard.
Stars: ✭ 200 (-0.99%)
Mutual labels:  clipboard
Jsearch
jSearch(聚搜) 是一款专注内容的chrome搜索扩展,一次搜索聚合多平台内容。
Stars: ✭ 193 (-4.46%)
Mutual labels:  chrome-extension
Ping Me
A cross platform personalized Ping
Stars: ✭ 190 (-5.94%)
Mutual labels:  chrome-extension
Piknik
Copy/paste anything over the network.
Stars: ✭ 2,221 (+999.5%)
Mutual labels:  clipboard
Clipboard
React Native Clipboard API for both iOS and Android.
Stars: ✭ 198 (-1.98%)
Mutual labels:  clipboard
Blocktube
YouTube™ content blocker
Stars: ✭ 186 (-7.92%)
Mutual labels:  chrome-extension
React Perf Devtool
A browser developer tool extension to inspect performance of React components.
Stars: ✭ 2,277 (+1027.23%)
Mutual labels:  chrome-extension
Headless Recorder
Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
Stars: ✭ 13,786 (+6724.75%)
Mutual labels:  chrome-extension
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (-6.44%)
Mutual labels:  chrome-extension
Chrome Proxy Helper
Chrome PROXY extension, set proxy for Chrome browser
Stars: ✭ 198 (-1.98%)
Mutual labels:  chrome-extension
Awesome Deep Learning And Machine Learning Questions
【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
Stars: ✭ 203 (+0.5%)
Mutual labels:  stackoverflow
Random User Agent
😎 Google chrome browser extension
Stars: ✭ 201 (-0.5%)
Mutual labels:  chrome-extension

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 [email protected]: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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].