https://github.com/plxity/quicklinks-chrome-extension
A chrome extension that helps you to copy important social media links to the clipboard in a faster way.
https://github.com/plxity/quicklinks-chrome-extension
animation chrome-extension css3 html5 javascript
Last synced: about 1 month ago
JSON representation
A chrome extension that helps you to copy important social media links to the clipboard in a faster way.
- Host: GitHub
- URL: https://github.com/plxity/quicklinks-chrome-extension
- Owner: plxity
- Created: 2021-01-10T08:10:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T13:28:53.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T12:05:35.649Z (about 1 month ago)
- Topics: animation, chrome-extension, css3, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# QuickLinks - Chrome Extension
Being a fresher, I have to fill different job applications everyday and copying my LinkedIn, GitHub, Twitter handle links etc for mentioning in those forms become very difficult. So I made this extension which copies the link of the social media handles on the clipboard when you click on the icon.
> ### A chrome extension which helps you to copy important social media links to clipboard in a **faster way**.
## How to use it?
All the links to different social media handles are mentioned in the ```links.js```. You can go to that file and change the links. You can add new links as well.
#### Make sure you add an icon for each new link otherwise it would throw an error.## Demo

## Steps to Install
1. Clone this repository.
2. Open Chrome browser.
3. Navigate to ```chrome://extensions/```
4. Toggle the developer mode (Activate it).
5. Click on 'Load Unpacked'
6. Select the complete folder which you cloned in the first step.## Tech Stack
- HTML
- CSS
- JavaScript (VanillaJS)