Random Bookmark From Folder
Open random bookmarks from a chosen folder
Open Random Bookmarks
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
Randomly opens a set amount of bookmarks from a set folder.
### CHANGELOG ###
>>> 0.2.3 >> 0.2.2 >> 0.2.0 <<<
+ Option to use the current active tab in the window.
+ Option to scan and open bookmarks from subfolders.
+ Filters. (EXPERIMENTAL).
查看最近评论和评分分布。
商店综合星级:4.9。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
Open random bookmarks from a chosen folder
A bookmark randomizer is used to scroll through your saved bookmarks.
A Chrome Extension that loads a random bookmark at each new tab
Open a random bookmark
Minimal way to open a random bookmark
Opens a random tab when the icon is pressed and displays a tab counter.
Love it. Easy UI that makes selecting what single folder I want to select from. And telling the extension that I want 10 at a time is great as that is what I usually do.
I was looking for something like that, gladly i found this extension. Thank you. ;)
Hello, (--> Corrected) //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// There is a Bug in "Options.js" in the extension. The following line at the end of the script : compileUrls("1"); There should not be "1". Indeed, in this case, only the folder ID "1" is retrieved and the extension is not usable / It should be an iteration of all the base folders of Chrome Bookmarks (1, 2, 3), or the simplest correction : compileUrls("1"); compileUrls("2"); compileUrls("3");