https://github.com/sanjuchilukuri/quicklinks-browser-extension
A Chrome Extension to store all your links in one place and access them from anywhere.
https://github.com/sanjuchilukuri/quicklinks-browser-extension
browser-extension quicklinks react supabase
Last synced: about 2 months ago
JSON representation
A Chrome Extension to store all your links in one place and access them from anywhere.
- Host: GitHub
- URL: https://github.com/sanjuchilukuri/quicklinks-browser-extension
- Owner: Sanjuchilukuri
- Created: 2025-04-08T19:46:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T05:39:38.000Z (about 1 year ago)
- Last Synced: 2025-06-10T20:26:56.629Z (12 months ago)
- Topics: browser-extension, quicklinks, react, supabase
- Language: TypeScript
- Homepage:
- Size: 4.32 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 QuickLinks - Browser Extension
**QuickLinks** is a simple and efficient browser extension built using React that helps you save and manage all your favorite links in one place. With QuickLinks, you can organize, access, and streamline your browsing experience with ease.
---
## 📦 Features
- Save and manage important links.
- Organized UI for quick access.
- Easy to use and lightweight.
- Powered by React.
---
## 🛠️ Getting Started
### 🔧 Prerequisites
Make sure you have the following installed:
- Node.js (v14 or above)
- npm (v6 or above)
---
### 📁 Clone the Repository
```bash
git clone https://github.com/yourusername/quicklinks-extension.git
cd quicklinks-extension
```
---
### 📦 Install Dependencies
```bash
npm install
```
---
### 🏗️ Build the App
Build the app into a static bundle using:
```bash
npm run build
```
This will generate a `dist` folder containing the production-ready extension.
---
### 🧩 Upload Extension to Chrome
1. Open Chrome and navigate to `chrome://extensions/`.
2. Enable **Developer mode** (toggle on the top right).
3. Click **Load unpacked**.
4. Select the `dist` folder generated from the build step.
You're all set! 🎉 The QuickLinks extension should now appear in your browser.
---
## 🤝 Contributing
We welcome all kinds of contributions! Please refer to [CONTRIBUTE.md](./CONTRIBUTE.md) for detailed contribution guidelines.
---
## 📄 License
MIT License © 2025 [Sanju Chilukuri](https://github.com/sanjuchilukuri)