Skip to content

SimplyClip is a chrome extension that functions as an extension to your clipboard. It stores the text, images and links that you copy.

License

Notifications You must be signed in to change notification settings

lyonva/SimplyClip

 
 

Repository files navigation

SimplyClip

License: MIT Javascript ES6 Platform GitHub code size in bytes GitHub issues GitHub release (latest by date including pre-releases) GitHub contributors GitHub pull requests Build status Test cases DOI

Don’t work longer hours, instead make the hours worth more – focus your efforts to get more done in the same period. - Henry Ford

SimplyClip is an extension for chromium based browsers which enables users to have a simple and convenient place to manage their clipboard.

Have multiple things to copy and keep track of? SimplyClip is here to help you out.

  • Copy any text, image or link from a web page.
  • Keyboard shortcuts to paste the top 10 items in your clipboard (To be implemented in future).
  • Search through the list of everything that you've copied.
  • Unlimited focus!

Getting started

Add the SimplyClip Extension on to your Chrome browser. SimplyClip would let you have all your snippets at one place.

Get My Snippets

SimplyClip allows you to select text, links and images and adds them to the clipboard. Just select the snippet and perform Copy/Cut and Voila! your content would be copied to the clipboard.

Copy


Where is that one thing?

Looking for a particular snippet you copied? We got you covered! Search within our search bar and find the one you are looking for.

Destroy It All

Delete all the content added to the clipboard with a single button press. You could also delete individual text snippets added to the clipboard.


Edit Text

Simply Clip allows you to customize the text copied to the clipboard. Just press the edit button right next to the copied text and change the content without an hassle.

Edit

Welcome to the Dark Side

Tired of the old and vanilla white background? Just toggle the switch and enjoy the power of the Dark side!


Save Me..

Just press the Save List button on SimplyClip and get your content saved as a CSV file on your local machine.

Save_Me

Clip an Image

Want to clip an Image to the clipboard? Well, now you can using SimplyClip. Right click on the image and select Copy to Clipboard. Your image would right away be copied to the clipboard.

Clip_Image

Want a Break?

Turn off SimplyClip by clicking on the SimplyClip icon.

Break

Setting up the Extension

  1. Get the repsitory using any of the below two methods :
    • Download the repository using Code > Download Zip on our project github page.
    • Clone the reporitory using GIT
    git clone https://github.com/lyonva/SimplyClip
    
  2. Manually install SimplyClip using the following steps:
    • Head to the extensions page by typing in chrome://extensions in your browser address bar.
    • Enable the developer mode by toggling the button on the top right.
      developer mode
    • Click on load Unpacked button.
      load unpacked
    • Select the src folder from this repository.
      src dir
    • Enable the chrome extension.

Troubleshooting

If you're having trouble running the extension, try the following -

  1. When loading the extension for the first time, reload the pages for it to recognize the extension.
  2. Consider reloading the extension and all the browser pages.
  3. If the issue still persists, please write to us at [email protected] and we will get back to you as soon as possible.

Getting involved

Thank you for caring for this project and getting involved. To start, please check out contributing and code of conduct. For more technical detail of implementation of code, you can check out the documentation. When you want to get your hands on the project, take a peek into the github project, assign yourself a task, move it to To-Do, and convert it into an issue and assign it to yourself.

Check out the online documentation if you want to contribute or find out about the inner workings of ScheduleBot.

Languages

  • JavaScript
  • HTML
  • CSS

Software Requirements

  • Node.js
  • NPM

Releases

Future Features

Gimme What I Want

Functionality that enables clipboard list to be downloaded in multiple file formats like PDF, Word, CSV etc.

Paste What I Want

Keyboard shortcuts should allow you to paste which item from the clipboard you want from the top 10 elements. (Work already in progress on 'rramakr' branch).

Why Isn't It Where I Want

Enanble the extension to work on multiple browsers such as Firefox, Safari, etc.

Gimme Everything

Enable the extension to work in sync with the system clipboard so that the content can be switched across browsers.

Improvements of this version compared to the previous one

Added features

  • Search bar for the list of copied items.
  • Button to clear all of the copied items list.
  • Dark mode.
  • Context menu options for copying links and images directly.
  • Save button to export the list into CSV file.
  • Button to disable the extension temporarily.
  • Clipping an image (.png).

Fixing issues that were in the previous version

  • Recognizing hyperlink copying.
  • Recognizing a copy on the user context menu.
  • Fixing multiple bugs.
  • There were no test cases, now test cases have been added
  • There was basically no documentation in the code at all, now all of the code is documented.
  • We had to rework the plug-in. Previously everything was done using script injection. Now we use message passing to minimize invasion.

Contributors



Leo


Connor


Ashwith


Rahul


Vasu


Muhammad

Enjoy using SimplyClip. Make sure to follow the page for any new updates!

About

SimplyClip is a chrome extension that functions as an extension to your clipboard. It stores the text, images and links that you copy.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.7%
  • Python 20.4%
  • CSS 13.0%
  • HTML 5.9%