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

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.

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)