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.
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
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:
查看最近评论和评分分布。
商店综合星级:4.5。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
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() }