https://github.com/ramitmittal/quick-copy
A super-powered clipboard manager for browsers.
https://github.com/ramitmittal/quick-copy
chrome-extension firefox vue
Last synced: 6 months ago
JSON representation
A super-powered clipboard manager for browsers.
- Host: GitHub
- URL: https://github.com/ramitmittal/quick-copy
- Owner: ramitmittal
- License: gpl-3.0
- Created: 2021-09-02T05:42:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T11:34:44.000Z (over 1 year ago)
- Last Synced: 2025-01-23T12:26:42.493Z (over 1 year ago)
- Topics: chrome-extension, firefox, vue
- Language: JavaScript
- Homepage:
- Size: 1.4 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Quick Copy
A webextension that makes copying text inside browsers easier with 2000+ active users on Chrome Web Store.
## Usage
Install on [Chrome](https://chrome.google.com/webstore/detail/quick-copy-most-powerful/koedeplaimlocjhkpcjnfpfpmmaheacf) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/quickcopy/)
## Instructions for Development
* Clone the repository.
* Install
* `npm install`
* `npm run dev:chrome` or `npm run dev:firefox`
* Build
* `npm run build:chrome` or `npm run build:firefox`
## Meta
* Distributed under GNU GPLv3. See **LICENSE** for more information.
* The icon for Quick Copy is provided by [Unicons](https://iconscout.com/unicons).
* Contributions and suggestions are welcome. Please consider opening an issue or submitting a pull request.
* Author: Ramit Mittal - [website](https://www.ramitmittal.com)