Chrome extension for clipboard containing recently copied items.
When you have to copy and paste multiple texts, it is helpful to have a clipboard of items you copied recently. This project creates a browser extension for such clipboard. It will show the content of the copied / pasted text, with the time stamp with when it was copy or paste. It will display buttons that user can click to copy the texts that were copy or pasted in the past again. In addition, it allows the user to download the .txt file of their clipboard history. The user can delete their data as well.
Clipie is currently under review on Google Web Store:
While this extension is being approved in the chrome browser extension market, please download the files in this repository. On your chrome browser, go to : chrome:https://extensions/ , and click "Load unpacked". Then load the "/src" directory. Now you will be able to use Clipe extension.
For testing, install mocha, chai and selenium with the following command on terminal: npm install --save-dev mocha chai selenium-webdriver chromedriver
Tests can be run with "mocha test.js" command in the tests directory.
To debug using extension console, click Clipie's "Inspect views background page (Inactive)" button in chrome:https://extensions/.
Clipie will automatically check if you are copying or pasting texts, and your history will be shown in the extension, with the recent data on the top:
You can copy any of the texts from your history again using the Copy button located next to the text.
You can download the .txt file of your text with the "download as .txt" button.
You can delete the whole history with "delete my history" button.
Here is a quick demo to show its full functionality: https://youtu.be/gDXmaDHRT98
Access github pages at: https://changsunam.github.io/Clipie/