Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.07 KB

File metadata and controls

20 lines (13 loc) · 1.07 KB

"Copy-to-clipboard notes manager" Chrome extension

A Chrome extension that lets you manage notes and easily copy those notes into your clipboard.

A screenshot of the extension icon and a pop-up. The pop-up contains a button for saving your note, a text-box for writing a note, and button for copying the note to your clipboard.

Install on Google Chrome

This extension has not been published to the Chrome Web Store yet. Currently, you can only install this extension in "developer mode".

Install in "developer mode"

To work with the code for this Chrome extension, you need to install this extension in "developer mode":

  1. Download (and unzip) or clone this repository.
  2. Install this Chrome extention:
    1. Visit chrome://extensions on Google Chrome.
    2. Turn on "Developer mode" using top-right toggle switch.
    3. Click "Load unpacked" and select this copy-to-clipboard-notes-manager-chrome-extension folder.