Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T20:14:36.000Z (3 months ago)
- Last Synced: 2024-08-01T02:33:32.757Z (3 months ago)
- Topics: chrome-extension, firefox, vue
- Language: JavaScript
- Homepage:
- Size: 1.4 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
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)