Pinmark — A minimal yet powerful bookmark manager for Chrome.
Organize, browse, search, and clean up your bookmarks with an intuitive interface.
Pinmark — 简洁强大的 Chrome 书签管理器。
通过直观的界面,轻松整理、浏览、搜索和管理你的书签。
| Grid View | List View | Dark Mode |
|---|---|---|
| (screenshot needed) | (screenshot needed) | (screenshot needed) |
| English | 中文 |
|---|---|
| Grid & List view — multi-column card navigation or classic sidebar + list | 导航模式 / 列表模式 — 多列卡片导航或传统侧边栏列表 |
| Drag & drop bookmarks and folders (with batch support) | 拖拽整理书签和文件夹(支持多选批量) |
| Batch select + drag / delete / move | 多选批量拖拽、删除、移动 |
| Full-text search (⌘F) | 全文搜索 (⌘F) |
| Sort by folder or by creation time | 按文件夹或收藏时间排序 |
| Dark mode (persists preference) | 深色模式(自动记忆偏好) |
| Open all bookmarks in a folder (right-click) | 一键打开文件夹内全部书签(右键菜单) |
| Undo delete with toast notification | 撤销删除(Toast 通知) |
| Duplicate bookmark detection | 重复书签检测 |
| Empty folder detection | 空文件夹检测 |
| Keyboard shortcuts: ⌘F, ⌘A, Delete, Esc | 键盘快捷键:⌘F、⌘A、Delete、Esc |
| Create folders & subfolders | 新建文件夹和子文件夹 |
The extension has been submitted for Chrome Web Store review. Stay tuned!
已提交 Chrome 商店审核,敬请期待!
- Download the latest ZIP from the releases page or pinmark.01mvp.com
- Extract the ZIP to a local folder
- Open Chrome and go to
chrome://extensions - Enable Developer mode (top-right corner)
- Click Load unpacked and select the extracted folder
- Click the Pinmark icon in the toolbar to open
# Install dependencies
npm install
# Development mode (hot reload)
npm run dev
# Type checking
npm run check
# Production build
npm run build
# Build + create ZIP for distribution
npm run build:websiteBuilt with WXT + React 19 + TypeScript + Vite.
- Bilibili: (coming soon / 即将上线)
All store listing materials are in the docs/ directory:
docs/store-listing.md— Store descriptions, screenshots guide, checklistdocs/promotional-copy.md— Copy for Bilibili, Xiaohongshu, and demo video script
- Grid navigation mode
- List mode with folder tree
- Drag & drop (bookmarks & folders, batch support)
- Batch operations (select, delete, move)
- Full-text search
- Dark mode
- Undo delete
- Open all bookmarks
- Time-sorted view
- Duplicate & empty folder detection
- Chrome Web Store submission
- i18n / 国际化 (_locales)
- Bookmark import/export
- Right-click to add bookmark to specific folder
MIT © makerjackie