Skip to content

KshitijSabale/clipboard-history-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contributions welcome The MIT License GitHub

Clipboard history Chrome extension

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

Getting started

  1. Turn on developer mode on chrome extensions page
  2. Click Load unpacked, and then load the directory of the project
  3. After Copying text, you will see it in the extension popup

How to use

  • 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

Images

img1

img2

img3

img4

img5

Isn't working as expected?

Please create an issue

Packages

No packages published

Languages

  • JavaScript 78.2%
  • CSS 15.1%
  • HTML 6.7%