https://github.com/null93/chrome-copy-stack
Add selection to copy stack and reduce stack to a result
https://github.com/null93/chrome-copy-stack
Last synced: 8 months ago
JSON representation
Add selection to copy stack and reduce stack to a result
- Host: GitHub
- URL: https://github.com/null93/chrome-copy-stack
- Owner: null93
- License: mit
- Created: 2020-12-14T03:28:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-26T20:12:27.000Z (over 1 year ago)
- Last Synced: 2025-01-26T21:19:55.047Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Chrome Extension - Copy Stack
> Add selection to copy stack and reduce stack to a result



### About
Copy Stack is there when you need to copy multiple clips and reduce them into one value. Easily put clips on top of the stack by coping the value you want, and pop them off by pasting or deleting value visually. Reduce them into a single value that can be copied.
- Reduce by summation, difference, joining with new-line, & joining with comma
- Light & Dark theme (auto)
- Modern material design
- Use across multiple sites
- Automatically saves stack for later use
### Get Started
1. Install extension
2. Click on the extension icon to toggle for current tab
3. Choose reducer (hint: summation and difference will only add valid numbers to stack)
4. Copy clips you want to collect/reduce
5. When you are ready, click the copy button or clear the stack!
### Development
```shell
# Hot Reload
yarn clean
yarn install
yarn serve
```
### Package Extension
```shell
# Package Extension
yarn release
```