An open API service indexing awesome lists of open source software.

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.

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
![Demo Photo](./demoQuickLink.png)
![Demo Photo](./demo2.png)

## 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)