A Chrome extension that allows users to save and organize URLs with custom tags. Perfect for bookmarking and managing web links with additional context.
- 🔖 Save current tab URL
- ✍️ Manually input and save URLs
- 🏷️ Add custom tags to saved URLs
- 🗑️ Delete individual URLs or all saved data
- 💾 Persistent storage using Chrome's local storage
- 🎯 Individual tag deletion
- 🔗 Direct URL opening in new tabs
- Clone this repository or download the source code
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
- Click "SAVE TAB" to save the current tab's URL
- Enter a URL in the input field and click "SAVE INPUT" to manually save a link
- URLs are automatically formatted with
https://
if not included
- For any saved URL, use the tag input field next to it
- Enter your tag text
- Click the "TAG" button to add the tag
- Delete individual tags using the red delete button (×) next to each tag
- Double-click "DELETE ALL" to remove all saved URLs and tags
- Use individual delete buttons (🗑️) to remove specific URLs
Chrome_URL_Extension/ ├── index.html # Main popup interface ├── index.css # Styles for the popup ├── index.js # Core functionality ├── background.js # Background service worker └── manifest.json # Extension configuration
- Built with vanilla JavaScript
- Uses Chrome Extension Manifest V3
- Requires
tabs
andstorage
permissions - Implements Font Awesome icons for better UI
- Responsive design with minimum width of 600px
Feel free to fork this repository and submit pull requests for any improvements.
This project is open source and available under the MIT License.