Bonjourr · 미니멀 새 탭에 대한 리뷰
Bonjourr · 미니멀 새 탭 제작자: Victor Azevedo, Tahoe
리뷰 1,675개
- 5점 만점에 5점Anonymous Doge 님, 2달 전
- 5점 만점에 5점Firefox 사용자 20029845 님, 2달 전
- 5점 만점에 5점Brøthør Jønathan 님, 3달 전
개발자 답글
3달 전에 게시됨Thank 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- 5점 만점에 5점Firefox 사용자 19652948 님, 3달 전
- 5점 만점에 5점Negative30 님, 3달 전
- 5점 만점에 5점Nesdam1981 님, 3달 전
- 5점 만점에 5점Firefox 사용자 19639922 님, 3달 전
- 5점 만점에 5점Firefox 사용자 15095134 님, 3달 전Got 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.
- (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.개발자 답글
3달 전에 게시됨You 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.