Bookmarks
Bookmarks popup window gives you quick access to your favorite websites.
Quick access to bookmarks or favorites.
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.
Just click on the toolbar button to access your bookmarks.
Main feature:
1. Browse bookmarks with a breadcrumb navigation.
2. Enter a folder when mouse hovering over it automatically.
3. Search bookmarks easily.
4. Set startup folder by clicking current folder title.
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.
Bookmarks popup window gives you quick access to your favorite websites.
View and manage your bookmarks in a popup.
Display a tree of bookmarks under a toolbar button, and search your bookmarks in the omnibox using the keyword 'bm'.
Presenting a bookmark in a new way
Quickly save bookmarks to target folder
Effortlessly organize bookmarks with advanced sorting, powerful search, bulk actions, and seamless import/export.
fast. good navigation.
很好用的插件,可惜新版浏览器横向显示不全也无满意的替代品,所以自己写了一个,名为 Bookmark-疯子的天空,感兴趣的可以体验一下。
横向只能显示两列书签,整个展示区域狭窄,最后一列只能显示一半,能自定义显示区域大小吗?
Really love the responsiveness of opening the menu. its almost as if it was built into chrome. amazing how many bookmark extensions are sluggish to open. bookmarkie takes basically a full second to open everytime you click it, like you are waiting for a webpage to load... could really use 'open all bookmarks in folder with middle click' no ability at all to open all links in folder
亲测: 对于书签工具(纯JavaScript代码), 点击后无效. 点击Chrome自带的书签栏的书签工具有效
期望通过自定义快捷键,自动打开搜索窗口,感觉会更好用一些
Used Bookmarks menu for years, but now deemed malicious by Google for some reason. Tried this one and i like it. I particularly like the dark mode but the icon is white and invisible in the extentions toolbar (top right). How do i change this to make it visible without losing dark mode. If i can't I'll look elsewhere for a similar extention.
Horrible substitute for Bookmarks Menu which I have used for years, but which Chrome suddenly decided is "malware." Doesn't hold a place and if your bookmarks have sub-folders you will never gain access through this terrible addon to your main folder. NO icon so it's invisible on the menu bar. It's almost worse than useless. BRING BACK BOOKMARKS MENU
Very ugly and beyond-basic, without any visual options beyond "light" or "dark", and you can barely interact with the scroll bar unless you hover the mouse over it while scrolling with the mouse wheel. Doesn't hold a candle to the good ol' "Bookmarks Menu" that I've been using for many years, but now Chrome has suddenly decided "it contains malware" and completely blocked it. PS: Bookmarks Menu WILL be coming back via the original creator. I'm currently using his fixed proper Github version, which he's planning to bring back to Chrome store. In the meantime, just google "Bookmarks Menu" and you'll easily find his Github with details on how to install as a user-generated extension.
临时修复横向滚动过窄问题: 1.找到拓展安装位置 chrome位置参考:C:\Users\Zhang\AppData\Local\Google\Chrome\User Data\Default\Extensions\fkemipdcgbeknabedhecepcebhlnlhbf\0.6.0_0 edge位置参考:C:\Users\Zhang\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\fkemipdcgbeknabedhecepcebhlnlhbf\0.6.0_0 2.用代码编辑器打开popup.css文件 3.全局查找body标签,位置大概在文件最后 4.找到min-width: 300px;max-width: 800px;位置 5.修改min-width: 300px的值为800px;或者添加新的属性width:800px; (修改代码意思是将拓展宽度固定为800px像素,所以当选择竖向滚动时,宽度也会被强制设置成800px) 6.保存popup.css文件 7.重启浏览器后,点击【加载解压缩的拓展】,重新加载修改后的拓展,位置就是上面提到的。