I built a Chrome extension that captures text copied from web-pages and saves it locally in the browser. It keeps a searchable history of copied text, organised by the website it came from.
I often had to copy information from websites and paste it into CSV files, Word docs, or other apps. Doing this repeatedly across different sites became tedious, so I decided to build this extension. I thought it could help anyone facing the same problem.
GitHub: https://github.com/tejasashinde/clipboard-saver-extension
Features: Stores everything locally (no account or sync) Search, filter, and sort clipboard history Export history as TXT or CSV
I’d love to hear your feedback and suggestions!