Stash is a local-only bookmark extension inspired by MyMind patterns.
- One-click save from the extension popup.
- Lightweight popup editor for tags and notes.
- Automatic Open Graph/Twitter preview image capture when available.
- Favicon capture from page metadata (with
/favicon.icofallback). - IndexedDB persistence (no login, no cloud dependency).
- Theme mode:
Auto(time-based),Light,Dark. - Appearance settings: UI font options and dark palette selection.
- Extension action context menu item:
Open Stash. - Settings modal with configurable masonry columns.
- Search bookmarks by title, URL, tag, description, and note.
- Layout modes: masonry (default), grid, list.
- Sort modes: most recent (default), oldest, title A-Z, title Z-A, domain.
- Tag navigation and quick tag filtering.
- Bookmark actions: copy URL, edit, delete.
- Bulk mode: select visible, clear, bulk add tag, bulk copy URLs, bulk export, bulk delete.
- Export all or selected bookmarks to JSON; import supported.
- Keyboard shortcuts:
/focuses search in library.Ctrl+Shift+K(Cmd+Shift+Kon Mac) opens the Stash library.Ctrl+Shift+S(Cmd+Shift+Son Mac) quick-saves active tab.
manifest.jsonsrc/background/service-worker.jssrc/shared/storage.jssrc/shared/page-metadata.jssrc/shared/theme.jssrc/shared/icons.jssrc/popup/*src/manager/*
- Open
chrome://extensions. - Enable Developer mode.
- Click Load unpacked.
- Select this folder:
stash.
- Data is stored in the extension's IndexedDB storage area only.
- Exported JSON includes tags, notes, and metadata.