
A sleek, customizable URL manager for your browser
Features • Installation • Usage • Customization • Contributing • License
- 👉 Subscribe to my YouTube Channel GetCyber - YouTube
- 👉 Checkout some more awesome tools at GetCyber
- 👉 Discord Server GetCyber - Discord
Why sponsor?
Your sponsorship helps keep my open-source projects alive! From interactive learning tools to security guides, every contribution makes a difference in keeping these resources free and accessible to everyone.
- 🔨 Maintain and improve existing tools
- 📚 Create new educational content
- 🌐 Keep resources free and accessible
- 💡 Dedicate more time to community projects
Linkr is a lightweight browser extension that helps you organize and access your favorite websites with just one click. It offers a more visual and customizable alternative to traditional bookmarks with a modern, dark-themed interface.
- Custom URL Buttons: Add, edit, and delete URL shortcuts with personalized names
- Drag-and-Drop Sorting: Easily reorder your links by dragging them to your preferred position
- One-Click Access: Open websites in new tabs with a single click
- Clean, Dark UI: Modern purple-themed dark interface that's easy on the eyes
- Cross-Device Sync: Your links sync across devices when signed into Chrome
- Compact Design: Toggle the input form to maximize space for your links
- Responsive: Works well on various screen sizes
- Keyboard Shortcuts: Press Enter to quickly add new URLs
-
Clone this repository:
git clone https://github.com/Dan-Duran/linkr.git
-
Open Chrome/Edge and navigate to
chrome://extensions/
-
Enable "Developer mode" in the top-right corner
-
Click "Load unpacked" and select the Linkr directory
Simply visit the Chrome Web Store and install Linkr with one click.
- Click the purple "+" button in the top-right corner to expand the form
- Enter a name for your link
- Enter the complete URL (including https://)
- Click "Add URL" or press Enter
- Simply click on any of your created URL buttons to open that site in a new tab
- Reordering: Drag and drop any link to change its position
- Editing: Click the pencil icon to edit a link's name or URL
- Deleting: Click the trash icon to remove a link
- Use the Enter key while in the name or URL field to quickly add a new link
- Always include the protocol (https://) for proper URL validation
- Group related links together by dragging them next to each other
While Linkr comes with a sleek purple-themed dark interface, you can modify the CSS files to match your preferred color scheme:
- Open
popup.css
to change the main interface styling - Modify the color values (e.g.,
#a938f4
) to your preferred colors - Reload the extension to see your changes
linkr/
├── manifest.json # Extension configuration
├── popup.html # Main extension interface
├── popup.js # Core functionality
├── popup.css # Main UI styling
├── about.html # Help and about page
├── about.css # About page styling
├── about.js # About page js
└── images/ # Extension icons
├── icon16.png
├── icon48.png
└── icon128.png
Linkr is built on the Manifest V3 specification and is compatible with:
- Google Chrome (version 88+)
- Microsoft Edge (version 88+)
- Other Chromium-based browsers with Manifest V3 support
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Font Awesome for the icons
- Google Fonts for Poppins font
- Chrome Extensions API
- Iconfinder