Extension to save history of copied text in chrome browser
it saves each item copied on the clipboard allowing access to any of those items any time later
Link to extension in chrome store: Clipboard History
- Turn on developer mode on chrome extensions page
- Click Load unpacked, and then load the directory of the project
- After Copying text, you will see it in the extension popup
-
Clicking on one item will copy the text to clipboard
-
Searching for text will search all the items for matching text
-
Hovering over one item will show all the text content in a tooltip
-
Clicking on clear saved text will clear all the saved text
Please create an issue