this is a Chrome extension that has the ability of saving the links you input and the links off the current tab.
- 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
-
Clone the repository:
git clone https://github.com/farid-malekpour/Link-saver.git
-
Open Google Chrome and go to chrome://extensions/.
-
Enable "Developer mode" in the top right.
-
Click "Load unpacked" and select the cloned repository folder.
-
Your extension should now appear in the list of installed extensions.