Reviews for Bookmarked Speed Dial
Bookmarked Speed Dial by AKAPON
43 reviews
- Rated 5 out of 5by Firefox user 16665630, 8 months ago
- Rated 5 out of 5by dimarik, a year ago
- Rated 5 out of 5by lexaiden, 2 years ago
- Rated 5 out of 5by Firefox user 12658898, 2 years ago
- 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, 4 years ago
- Rated 5 out of 5by Nickorr, 4 years ago
- Rated 5 out of 5by Firefox user 16458339, 4 years ago
- Rated 5 out of 5by Firefox user 13855615, 6 years ago
- Rated 5 out of 5by Firefox user 13595764, 6 years ago
- Rated 5 out of 5by Zhen-Xiang Zhong, 6 years agoThis is great. It uses firefox account to save all your speed dials.
- 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.
- Rated 5 out of 5by Firefox user 14489884, 7 years agoYay. Missed SD from Opera, same functionality plus better having button than kludgey bm add in Opera. Happy you use bookmarks' thumbs as I use NoScript, so into privacy and no tracking. Plus SPEED which many add-ons forget.
- Rated 5 out of 5by GeoFFerNut, 7 years ago
- Rated 5 out of 5by UdAvSt, 7 years agoОдна из немногих, настолько гибкая, и без лишних встроенных механизмов синхронизации, синхронизирует вкладки сам firefox, а приложение лишь отображает красиво.
- Rated 5 out of 5by Dipam Donga, 8 years ago
- Rated 5 out of 5by Firefox user 13826449, 8 years agoEasy to configure and always in sync.
 It would be nice to have the possibility to update ALL thumbnails automatically, not just all on one page.
- Rated 5 out of 5by David, 8 years ago
- Rated 5 out of 5by Firefox user 13748386, 8 years agoExcellent, simple speed dial. can integrate with native bookmark.
 NO NEED cookie & history permmision, 3rd party account for multi device sync!!
- Rated 5 out of 5by Komasan, 8 years agoIs seems that Firefox 58 makes the extension unusable. The browser freezes when I open a new tab.
 - - - - - - - - - - - - - - -
 Problem solved! It was the background image. Thanks!Developer responseposted 8 years agoProbably reasons: maybe background image is too big? or big count of bookmarks in subfolders? https://bugzilla.mozilla.org/show_bug.cgi?id=1396364 Option "Remember last dial group" can also slowing browser by additional browser.bookmarks.get (it working slower than browser.bookmarks.search).
 Another reasons may be in some of installed extensions: i have seen same thing with "Tab Session Manager" and option"Save the session when window was closed" some times ago; maybe some another extension can cause this: about:debugging.
- Rated 5 out of 5by Mail9000, 8 years agoUtilissima e a differenza di altre registra i dial tra i bookmark permettendo la sincronizzazione tra diversi PC.
 Very useful and unlike other records the dials between bookmarks allowing synchronization between different PCs
- Rated 5 out of 5by Firefox user 13515392, 8 years agoHello,
 Good app. I like it.
 But, I like a darker design.
 How can I change the color of the whole side to black?
 And the Backgroundcoler of the descrition line over the Icons black with white text on it?
 Edit:
 I have sloved my Problem:
 body {
 background-color: rgba(0, 0, 0, 1) !important;
 }
 .imgcontainer {
 padding-top: 65% !important; /*4:3*/
 }
 .container table tr td p {
 color: rgba(255, 255, 255, 1) !important;
 }
 .container table tr td {
 border: 1px solid rgba(0, 0, 0, 0);
 }
 div[type='remove'], div[type='edit'], div[type='reloadbookmark']{
 color: rgba(255, 255, 255, 1) !important;
 }
 Best regards LurielDeveloper responseposted 8 years agobody {
 background-color: rgb(150, 150, 150) !important;
 }
 .container table tr td {
 background-color: rgba(0, 0, 0, 0.7) !important;
 }
 td div, td p {
 color: #F2F2F2 !important;
 }
 .header {
 background-color: #000000 !important;
 }
 #pages, #upbutton, #toggle {
 color: #F2F2F2 !important;
 }
 .pages:hover, .active, #upbutton:hover {
 background-color: #505050 !important;
 }
 You can also use developer tools (Ctrl+Shift+I) for searching classes/id of elements. For better color you can search "html color" or use this page https://www.w3schools.com/colors/colors_picker.asp
 Edited: I see what you solved issue before when I printed answer:)
