Applying for a job oppurtunity? Making a social media profile? Need all your profiles and important links instantly? I have struggled with this a lot, so created this browser extension to store and share your social and important links easily.
This is a chrome browser extension capaable of storing your important links - manually - in one place. The extension works on Manifest Version 2.0 (Every extension has a JSON-formatted manifest file, named manifest.json, that provides important information). The links are stored in Local Storage of your browser - haven't worked out the online form yet 🤷🏼♂️.
- Add in your urls and click the save icon.
- The urls will be saved automatically in your browsers local storage.
- And now just copy those urls from the copy icon.
- Once pressed on delete/trash icon, the url gets deleted from your local storage.
- There's a
Add a New Profile
to add new links in your repertoire.
This section lists all the technologies that I used to built this project.
The file structure of the current project is structured as shown below:
Instant-Profile-Access
├── index.html
├── manifest.json
├── script.js
└── logo.png
- Clone the repository
$ git clone https://github.com/yuvrajverma01/Instant_Profile_Access.git
- Go to
EXTENSIONS
in your browser
- Enable
Developer mode
- Now click on
Load unpacked
- Now select the directory cloned the repository. The extension should be visible in your browser now.
Made with ❤ by Yuvraj Verma.