Recensioni per Bookmarked Speed Dial
Bookmarked Speed Dial di AKAPON
78 recensioni
- Valutata 5 su 5di Utente Firefox 16665630, 5 mesi fa
- Valutata 5 su 5di dimarik, un anno fa
- Valutata 5 su 5di lexaiden, un anno fa
- Valutata 5 su 5di Utente Firefox 12658898, 2 anni fa
- Valutata 3 su 5di Rusty Trombone, 3 anni faLooks fast and light, but no way to change the button images rules it out for me.
- Valutata 5 su 5di Utente Firefox 15396397, 4 anni fa
- Valutata 5 su 5di Utente Firefox 14643647, 4 anni fa
- Valutata 5 su 5di Utente Firefox 16458339, 4 anni fa
- Valutata 5 su 5di Utente Firefox 13855615, 6 anni fa
- It 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. - Valutata 5 su 5di Utente Firefox 13595764, 6 anni fa
- Valutata 5 su 5di Zhen-Xiang Zhong, 6 anni faThis is great. It uses firefox account to save all your speed dials.
- Valutata 1 su 5di Utente Firefox 15054571, 6 anni fa
- Valutata 2 su 5di Utente Firefox 14979029, 6 anni fa
- Best 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. - Valutata 5 su 5di Utente Firefox 14259542, 7 anni faNeed 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.