Skip to content

decaCopy is a chrome extension that stores ten copy history from your browser copies. Allows you to drag and drop paste the copy boxes from the extension popup

Notifications You must be signed in to change notification settings

Eva-Clothing/decaCopy

 
 

Repository files navigation

DecaCopy

DecaCopy is a popup chrome extension that keeps track of your 10 recently copied text items in the browser in editable boxes. Doesn't lose the data on closing the tab/browser.

Installation (How to run locally?)

Download the zip file of the code, then follow the following instructions:

To load your extension in Chrome, open up chrome://extensions/ in your browser and click “Developer mode” in the top right. Now click “Load unpacked extension…” and select the extension’s directory. You should now see your extension in the list.


Watch the working demo here | Images

alt text alt text alt text


Technologies and APIs

  • Chrome Storage API
  • Clipboard API
  • Vanilla JavaScript
  • CSS3
  • HTML5

Upcoming Features

  • An attempt to make the text boxes draggable, so as to add a drag-drop paste functionality.
  • UI Improvements using minimal animations

About

decaCopy is a chrome extension that stores ten copy history from your browser copies. Allows you to drag and drop paste the copy boxes from the extension popup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.9%
  • JavaScript 28.5%
  • CSS 12.6%