Recenzje dodatku Bonjourr · Minimalistyczna Nowa Karta
Bonjourr · Minimalistyczna Nowa Karta Autor: Victor Azevedo, Tahoe
Autor recenzji: Hw
Ocena: 5/5
Autor: Hw, 4 lata temuI use the startpage mostly for quick links. It's a bit disappointing that its display is fixed so I cannot move the quick links buttons closer to the middle of the page, even if I disabled other functions. It always lingers at the bottom. Also, I wish I can change the icons for the links. However, its simple design is elegant and it's quite easy to use. Thank you for making this.
Odpowiedź autora
Data: 4 lata temuThank you for the review! Rearranging widgets is the main feature we've started working on, it should come out in the next few months so that should take care of it :)
For now, you can add this piece of CSS that will hide all widgets and center your quick links: https://bonjourr.fr/css-snippet#links-are-all-i-need
As for quick links icons, you can in fact change them. You need to upload your icon somewhere (like Imgur) and then put the direct link to it in the third field when you right click your quick links. I'll admit that it's not the most straightforward thing though, and we will improve it eventually.
For now, you can add this piece of CSS that will hide all widgets and center your quick links: https://bonjourr.fr/css-snippet#links-are-all-i-need
As for quick links icons, you can in fact change them. You need to upload your icon somewhere (like Imgur) and then put the direct link to it in the third field when you right click your quick links. I'll admit that it's not the most straightforward thing though, and we will improve it eventually.
1757 recenzji
- Ocena: 5/5Autor: Влад, 4 dni temuIt is really the best start page extension with so many featrues! Its fast and configurable.
- Ocena: 5/5Autor: Brøthør Jønathan, 7 dni temu
- Ocena: 5/5Autor: bowl, 10 dni temu
- Ocena: 5/5Autor: Daniel S., 10 dni temuIt's an excellent and beautiful extension! The only thing I have to complain about is that the favicons of the synchronized bookmarks constantly reload. I hope this can be changed.
//Edit: The problem is solved, it was due to a defective profile.Odpowiedź autora
Data: 10 dni temuThank you Daniel! Sounds like a bug. Could you contact us and tell us more about your setup via email? Would love to help you out. bonjourr.app@protonmail.com - Ocena: 5/5Autor: Użytkownik Firefoksa 19652948, 11 dni temu
- Ocena: 5/5Autor: Negative30, 14 dni temu
- Ocena: 5/5Autor: Emif, 15 dni temu
- Ocena: 5/5Autor: chairl1ft, 15 dni temu
- Ocena: 5/5Autor: Forestier, 16 dni temuA very convenient start screen that can be customized for yourself. Thanks to the developer!
- Ocena: 5/5Autor: Nesdam1981, 17 dni temu
- Ocena: 4/5Autor: Użytkownik Firefoksa 19999970, 17 dni temuAdd selectable search engine in search bar would be perfect.
- Ocena: 4/5Autor: olij167, 19 dni temuI have only just installed it a few days ago and am yet to see if there are any annoying features, but so far it is excellent! Nothing is locked behind a paywall (that I noticed) and although I found a few bugs with the layout editor, now that I've saved my layout I have had no issues :)
Here is the bug (and how to get around it):
BUG - Reverting a section from a full row/column back to a smaller card pins it to the bottom corner and blocks all positioning options
FIX - I was able to get around this by toggling the element's relative option in the settings menu (essentially turning the broken element off and on again) - Ocena: 5/5Autor: Użytkownik Firefoksa 19639922, 20 dni temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 15095134, 21 dni temuGot tired of the default homepage, but I didn't want to see any one website whenever I open Firefox either. This extension is exactly what I needed. It's pleasant to look at, easy to customize, and (unlike the sorta clickbait-y default page) there's no chance it'll immediately distract me from whatever I opened the browser to do. It's genuinely refreshing to see a clean, simple, easy-to-use program that does exactly what it's supposed to.
- Ocena: 5/5Autor: Ronni, miesiąc temu
- Ocena: 5/5Autor: knives, miesiąc temu(3rd edit)
If possible, maybe just do a add folder option! or toggle off the thumbnails.
This is my idea for if using a ton of wallpapers is causing lag.
I think adding a lot of wallpapers is a bit too difficult for this addon without an ssd, and really fast ram. Having to load from the temp over and over on shutdown, is just too hard on my pc.
I only noticed this after I shutdown my pc btw, closing the browser had no issues.
It might not replace my clearnewtab addon, but is still very good.
clearnewtab just doesn't have widgets.
*old*
Is their any way to make videos contain/stretch to screen?
Getting the gifs/images to stretch was easy with the css, but I can't figure out how to do it to videos.Odpowiedź autora
Data: miesiąc temuYou need to use this CSS:
#background-media .video-looper video {
object-fit: contain;
/* object-fit: fill; */
}
"fill" is the equivalent to the stretch effect you're probably looking for. 3 stars for this seems a bit harsh, but I hope this helps.