Easy clipboard is a lightweight chrome extension built in React/Redux and TypeScript for keeping track of things that you copy and paste on the web. It also comes with a couple of customizable features through the options page.
Free to download here: https://chrome.google.com/webstore/detail/easy-clipboard/lkpiolleljimgohflbgekkbeoiajighj
Feel free to submit a pull request if you have features that you want to add to this extension!
yarn run build
to generate a fast development build for debugging in thedist
folder- Navigate to
chrome://extensions/
URL in Chrome - Turn on
developer mode
in the top right hand corner - Click on
Load unpacked
- Select the entire
dist
folder
- Test cases
- Fix various minor search bugs that result from weird regex searches
- Investigate issues with auto-copying text within iframes
- Remove bootstrap to save even more space