Open Random Bookmarks
Open Random Bookmarks
Randomly opens a set amount of bookmarks from a set folder.
### CHANGELOG ###
>>> 0.2.3 <<<
+ Upgraded to manifest v3.
>>> 0.2.2 <<<
+ Fixed bug with the folder selector in the options page. It will now show all the folders instead of just the Bookmark Bar folder.
>>> 0.2.0 <<<
+ Option to use the current active tab in the window.
+ Option to scan and open bookmarks from subfolders.
+ Filters. (EXPERIMENTAL).
* Amount field is now an increment field.
Latest reviews
Does what it says it does and does it well.
Works amazing, i've got my bookmarks in folders and it can pick randomly from specific folders as well so it's perfect.
Simple yet great
I was searching for a way to randomize my bookmarks (i got almost 800 lol) and this works perfectly! Thank you!!
I was searching for a way to randomize my bookmarks (i got almost 800 lol) and this works perfectly! Thank you!!
Great! Seems better than the one on Firefox.
Great! Seems better than the one on Firefox.
Must Have Extension!
Must Have Extension!
Doesn't seem to be random.
it does exactly what it's supposed to do
it does exactly what it's supposed to do
this one give you actually random bookmarks
this one give you actually random bookmarks
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.
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. ;)
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");
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");