The URL Saver Extension is a simple browser extension that allows users to save the current URL with a single click and view a list of all saved URLs. This extension is useful for quickly bookmarking pages for later reference without cluttering your main bookmarks folder.
- Save Current URL: Save the URL of the currently active tab with a single click.
- View Saved URLs: View a list of all saved URLs in a popup window.
- Delete URLs: Remove URLs from the saved list.
- Persistent Storage: Saved URLs are stored persistently using Firebase Firestore.
Manifest V3 Node.js Next.js Firebase
- Clone This Repository.
git clone https://github.com/arnabpal2022/LinksaveExt.git- Configure Your Firebase Project and Configure Firestore.
- Pass Your Credentials on Firebase.js file.
const firebaseConfig = {
apiKey: process.env.API_KEY,
authDomain: process.env.AUTH_DOMAIN,
projectId: process.env.PROJECT_ID,
storageBucket: process.env.STORAGE_BUCKET,
messagingSenderId: MESSAGING_SENDER_ID,
appId: process.env.APP_ID,
measurementId: process.env.MEASUREMENT_ID,
};- Install necessary Packages and Libraries.
npm install- Open Chrome and go to
chrome://extensions/. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the directory where you cloned or downloaded the repository.
- Run The Project.
npm run dev- Now you can work with the extension.
This Project is Currently Under MIT License.
Copyright (c) 2024 Arnab Pal