Overview
sNeatBookmarks is a refined fork of the popular Neat Bookmarks extension by Lim Chee Aun. It provides a clean and efficient way to navigate your Chrome bookmarks through an elegant tree-style popup interface.
The extension features a resizable popup window that displays your bookmarks in a hierarchical tree structure, making it easy to browse through folders and quickly access your saved pages. With built-in search functionality and keyboard shortcuts, managing your bookmarks has never been more efficient.
This fork maintains the minimal, fast performance of the original while ensuring compatibility with Manifest V3 and modern Chrome standards.
Key Features
- Tree-Style Navigation: Browse your bookmarks in a familiar, organized folder structure
- Instant Search: Quickly locate bookmarks and folders with a responsive search bar
- Custom Themes: Choose from presets like Light, Modern, Dark, Neon, and Vintage, or apply custom CSS
- State Persistence: Automatically remembers your scroll position and open folders across sessions
- Batch Opening: Open all bookmarks in a folder simultaneously with confirmation prompts
- In-Place Editing: Edit titles, URLs, and manage folders directly within the popup interface
- Omnibox Integration: Type * in the address bar to search bookmarks directly
- Favicon Display: See website icons for easy visual identification
- Manifest V3: Modern security and performance standards with service worker support
Screenshots
Screenshots Coming Soon
Preview images will be added shortly to showcase the extension's interface and features.
Installation
Option 1: Chrome Web Store (Coming Soon)
This extension will be available on the Chrome Web Store soon. Check back for updates!
Option 2: Install from Source (Developer Mode)
- Download or clone the repository from GitHub
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" using the toggle in the top right corner
- Click "Load unpacked"
- Select the directory where you downloaded/cloned the extension
- The extension will now appear in your toolbar and is ready to use!
Tip: You can configure a keyboard shortcut by going to
chrome://extensions/shortcuts and setting a command for "sNeatBookmarks".
Privacy Policy
Data Collection
sNeatBookmarks does not collect, store, or transmit any personal data.
Storage
Theme preferences and UI state are stored using Chrome's sync storage API. This data:
- Never leaves your browser/Google account
- Is only used for interface preferences
- Can be cleared by uninstalling
Permissions
- bookmarks: Display tree-style interface
- tabs: Open bookmarks
- favicon: Display website icons
- storage: Save settings and themes
Third Parties
No third-party services, analytics, or tracking of any kind.
Technical Details
| Version | 1.0.0 |
| Manifest Version | V3 |
| Permissions | bookmarks, tabs, favicon, storage |
| Type | Fork (based on Neat Bookmarks by Lim Chee Aun) |
| Original Project | Neat Bookmarks |
| License | MIT |