Análises de Bookmarked Speed Dial
Bookmarked Speed Dial por AKAPON
78 análises
- Avaliado em 5 de 5por Usuário 16665630 do Firefox, há 5 meses
- Avaliado em 5 de 5por Usuário 12658898 do Firefox, há 2 anos
- Avaliado em 3 de 5por Rusty Trombone, há 3 anosLooks fast and light, but no way to change the button images rules it out for me.
- Avaliado em 5 de 5por Usuário 15396397 do Firefox, há 4 anos
- Avaliado em 5 de 5por Usuário 14643647 do Firefox, há 4 anos
- Avaliado em 5 de 5por Usuário 16458339 do Firefox, há 4 anos
- Avaliado em 5 de 5por Usuário 13855615 do Firefox, há 6 anos
- 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. - Avaliado em 5 de 5por Usuário 13595764 do Firefox, há 6 anos
- Avaliado em 5 de 5por Zhen-Xiang Zhong, há 6 anosThis is great. It uses firefox account to save all your speed dials.
- Avaliado em 1 de 5por Usuário 15054571 do Firefox, há 6 anos
- Avaliado em 2 de 5por Usuário 14979029 do Firefox, há 6 anos
- 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. - Avaliado em 5 de 5por Usuário 14259542 do Firefox, há 7 anosNeed 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.