Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.04 KB

Link Saver

extention

this is a Chrome extension that has the ability of saving the links you input and the links off the current tab.

Features

  • You can delete all of the saved links by double clicking on 'DELETE ALL' button
  • You can delete each link by clicking on the X next to each link
  • the links are stored on local storage of your Chrome and whenever you come back the links are there
  • You can copy each link by clicking on the copy button next to each link
  • You can click on each link and the link will open in a new tab

Installation

  1. Clone the repository:

    git clone https://github.com/farid-malekpour/Link-saver.git
  2. Open Google Chrome and go to chrome://extensions/.

  3. Enable "Developer mode" in the top right.

  4. Click "Load unpacked" and select the cloned repository folder.

  5. Your extension should now appear in the list of installed extensions.