A simple and elegant Chrome Extension to manage and quickly access your favorite social or frequently used links.
- Save links with custom names
- Copy link to clipboard with one click
- Open links in a new tab
- Delete links you no longer need
- Stylish, clean, and responsive UI
- Data is stored locally using Chrome Storage
-
Download and Unzip
- Download the ZIP
- Unzip the folder to any location on your computer
-
Load the Extension in Chrome
- Open Chrome and go to
chrome://extensions/
- Toggle Developer Mode (top-right corner)
- Click Load unpacked
- Select the unzipped folder containing the extension files
- Open Chrome and go to
-
Use the Extension
- Click the extension icon from your Chrome toolbar
- Add a new link by entering a name and URL, then click Add
- Click Copy to copy the link
- Click Go to open it in a new tab
- Click Delete to remove it
quick-links-extension/
├── manifest.json
├── popup.html
├── popup.css
├── popup.js
└── icons/ (you can add your own icons here)
- HTML, CSS, JavaScript
- Chrome Extension API (Manifest V3)
Make sure all URLs begin with http://
or https://
. If not, the extension automatically adds https://
to ensure proper redirection.
Feel free to fork and customize this extension as per your needs.
Made with ❤️ by Rupesh