Bookmark Dupes
Display/Remove duplicate bookmarks or empty folders
Quickly clean up your bookmarks: remove duplicates, dead links, and empty folders, merge similar bookmark folders.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
This extension allows to find and delete duplicate bookmarks, empty folders, merge folders with the same name (within the same path), find no longer working and expired bookmarks and remove them easily.
Permissions explained:
1. Read and change your bookmarks(required on install) - required for core functions to work
2. Read and change all your data on the websites you visit(optional, not asked until you use Broken URLs checker) – to check if bookmarked page loads and doesn't return any error.
Support further development:
If you find this extension useful, consider supporting me through Patreon: https://www.patreon.com/itwillnotbeasy (A donation of any amount is welcome!). If you want to make an one-time donation there is two options:
Inspect the latest comments and rating distribution.
Store average score: 4.5. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Display/Remove duplicate bookmarks or empty folders
Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.
Clean up bookmarks from junk. Batch check your bookmarks to find duplicates and broken bookmark links.
一键清理失效书签、重复书签和空文件夹,生成个性化书签画像,所有功能完全本地运行,保护您的隐私安全
Sort Bookmarks Alphabetically
Automatically sort bookmarks by title, date, or URL.
Simple, effective, and just works.
very useful
好用哭了!
It just works! Core functionality works like a breeze. Identities duplicates, empty folders, error links (in old bookmarks) allowing easy removal or consolidation. Well done devs!!
very helpfull, thx
Merge duplicated folders and remove duplicates from those folders in 3 clicks. Amazing extention. I've tried before 4-5 free - only bad results. But this one done all what I needed.
Solve the problem perfect!
good
Very helpful and easy to use
Great, but I had over 2k duplicates. Would be nice to have a button to automatically delete all duplicates without choosing which to delete maybe based on preserving the bookmark with the largest title. Using jQuery I cleaned it all up with this script: var lists = $('.list-group.list-group-flush') for (var i = 0; i < lists.length; i++) { $(lists[i]).find('li:eq(0) label').click() }