Skip to content

Browser extension for clipboard containing recently copied items

License

Notifications You must be signed in to change notification settings

ChangSuNam/Clipie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipie

Chrome extension for clipboard containing recently copied items. GitHub GitHub issues CI Code coverage Chrome Web Store Github_release Github_pages

Overview

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.

Installation

Clipie is currently under review on Google Web Store: image

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://extensions/ , and click "Load unpacked". Then load the "/src" directory. Now you will be able to use Clipe extension.

image

Debugging and testing

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://extensions/.

Usage

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: image

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

Static Website

Access github pages at: https://changsunam.github.io/Clipie/