Reviews for Bookmarked Speed Dial
Bookmarked Speed Dial by AKAPON
Review by Firefox user 13440303
Rated 5 out of 5
by Firefox user 13440303, 8 years agoThank you for this add-on.
Can you please add "Open All in Tabs" button to folders (in addition to 3 existing buttons: edit URL, reload, remove), as in the Bookmarks menu?
And this button should be visible always (i.e. not affected by "Show dial edit buttons only with 'gear'" option).
Can you please add "Open All in Tabs" button to folders (in addition to 3 existing buttons: edit URL, reload, remove), as in the Bookmarks menu?
And this button should be visible always (i.e. not affected by "Show dial edit buttons only with 'gear'" option).
Developer response
posted 8 years agoYou can just use Ctrl+Left Mouse Click on folders for open all in tabs. I don't think what this is would be good change because it may lead to accidentally opening all bookmarks.
78 reviews
- Rated 5 out of 5by Firefox user 16665630, a year ago
- Rated 5 out of 5by dimarik, 2 years ago
- Rated 5 out of 5by lexaiden, 2 years ago
- Rated 1 out of 5by zinbanzo, 2 years ago
- Rated 5 out of 5by Firefox user 12658898, 3 years ago
- Rated 3 out of 5by Rusty Trombone, 4 years agoLooks fast and light, but no way to change the button images rules it out for me.
- Rated 5 out of 5by Firefox user 15396397, 4 years ago
- Rated 5 out of 5by helder, 4 years ago
- Rated 5 out of 5by Firefox user 14643647, 5 years ago
- Rated 1 out of 5by Lance, 5 years ago
- Rated 5 out of 5by Nickorr, 5 years ago
- Rated 5 out of 5by Firefox user 16458339, 5 years ago
- Rated 3 out of 5by smopro, 5 years ago
- Rated 2 out of 5by askolvid, 5 years agoseparator item in bookmarks toolbar menu isn't a bookmark, guys
- Rated 5 out of 5by Firefox user 13855615, 6 years ago
- Rated 4 out of 5by Firefoss, 6 years agoIt works great BUT...
https://support.mozilla.org/en-US/kb/permission-request-messages-firefox-extensions#w_access-your-data-for-all-websites
The extension can read the content of any web page you visit as well as data you enter into those web pages, such as usernames and passwords. - Rated 5 out of 5by Firefox user 13595764, 6 years ago
- Rated 3 out of 5by Samael, 6 years agoHow to reset the settings, and solve the problem with a broken: root bookmark folder. uninstalling and reinstalling the add-on does not help. :( Adon excellent I do not want to lose him.
- Rated 5 out of 5by Zhen-Xiang Zhong, 7 years agoThis is great. It uses firefox account to save all your speed dials.
- Rated 1 out of 5by Firefox user 15054571, 7 years ago
- Rated 2 out of 5by Firefox user 14979029, 7 years ago
- Rated 1 out of 5by Jezze, 7 years agoDoen't show my bookmarks! Just another add-on with its one bookmark manager...
- Rated 5 out of 5by Marsu42, 7 years agoBest Speed/Fast-Dial addon, and I guess I tried 'em all over time.
This one relies on non-commercial, non-proprietary tech and is transparent because you can handle the bookmarks in the standard Firefox bookmarks view.
Thumbnail refresh is rather slow, but I this might be a limitation of webextensions (it has to load the whole page in a new tab first).
Let's hope this one keeps being maintained - I'd like a "dark theme" with plain dark background. - Rated 5 out of 5by Firefox user 14259542, 7 years agoNeed a quick, large and wide Up Button. I hope the author will default to the following flexible style:
#pages {
display: flex !important;
flex-direction: wrap;
flex-wrap: wrap;
}
#pages > * {
padding: 3px 15px;
}
#upbutton {
flex-basis: 100%;
order: 2;
text-align: center;
font-size: 1.5em;
padding-top: 15px;
background: rgba(0, 0, 0, 0.15);
}
.delimiter,
.customdelimiter {
display: none !important;
}
/* Other */
body {
background: #a7a7a7!important;
}
.imgcontainer {
border-radius: 0px 0px 10px 10px;
}
.container table tr td {
border-radius: 10px 10px 10px 10px;
}
div[type="remove"] {
border-radius: 0px 10px 0px 0px;
}
Just try it, there's a surprise.