Recensioni per Perfect Home
Perfect Home di Dziad Borowy
69 recensioni
- Valutata 5 su 5di John Suter, 2 giorni faGreat home screen extension. Does everything I want it to. It would be nice, but not necessary, to be able to put a picture as the background, rather than just a solid color. Other than that, it is great!
Replica dello sviluppatore
pubblicato il 6 mesi faThank you. For custom background, you can do that using custom CSS settings. E.g. paste this bit: "body { background: url(https://picsum.photos/2000/1400) center no-repeat; }" and see what happens.
More on customization here: https://github.com/perfect-things/perfect-home/blob/master/customization-tutorial.md- Valutata 5 su 5di Utente Firefox 18523940, 6 mesi fa
- Valutata 5 su 5di sergio, un anno faSimply PERFECT!!!
A brilliant idea, which reminds us that "simplicity is one of the attributes of perfection". - Valutata 5 su 5di timeconsumer, 2 anni fa
- Really great but I cannot select any themes even with "Allow Github" turned on. All I have is "none" as an option in the dropdown menu for themes.
Edit: I disabled and re-enabled the extension and that fixed the issue, although a browser restart might've also work if I'd tested it.Replica dello sviluppatore
pubblicato il 2 anni faHi, thanks for your comment. If a browser-restart doesn't help, would you mind creating an issue on github.com/perfect-things/perfect-home/issues, or sending an email to the provided support email address? Replica dello sviluppatore
pubblicato il 2 anni faHi, happy that you like it. You can either set the max grid width in "Customize" section to be a multiplier of your desired no of columns (so there would be fewer columns on smaller screens) or set the fixed number (e.g. to 8) in css: main.bookmarks { grid-template-columns: repeat(8, minmax(var(--icon-width),1fr)); }- Valutata 5 su 5di Utente Firefox 17988542, 2 anni fa
- Valutata 5 su 5di webrangerl, 3 anni faI'm using it simply and it does just what it says it will and what I want it to do. It looks like I can get fancy, but I don't need to. Thx.
- Valutata 5 su 5di Utente Firefox 16770756, 3 anni fa
- this is exactly what i was looking for. best homepage by far - total customization in whatever way you like.
don't let the simple default layout and images fool you. you can make this look however you want and include whatever bookmarks (and folders of bookmarks!) that you want.
a HUGE plus is that you can backup and restore your customizations. couldn't be happier. thank you! - Searched so long for a good locking alternative to the scrappy old gui of firefox standard bookmarks.
VERY WELL DONE. NICE LOOKING. EASY TO USE AND CONFIGURE. FAST.
Also good for touchscreens :-)
Unfortunately not working with FF for Android or Apple. This would be the absolute killer app for mobile devices :-)
YES, YES, YES :-) Thanks so much. - Valutata 5 su 5di Utente Firefox 16840069, 3 anni fa
- Valutata 5 su 5di FrozenSolid, 4 anni faVery simple add-on, but very useful. You'd think you wouldn't need something like this, but speed dials/bookmarks have become extremely annoying and bloated with garbage you don't want or need. Visually very customizable as well as far as I can tell, but I've never needed to use it nor am I capable enough.
I've been using it for a year without any problems except with the last 0.13.8 update: The text on my bookmark titles used to be a clean more uniform size and truncated when it was too long, but now it adjusts text size based on how much room it has to fit the entire title making it look weird and unreadable.Replica dello sviluppatore
pubblicato il 4 anni faThank you for the review. Yes I changed the text that shows up on "text thumbnails" in the last version. Before it was a combination of domain/subdomain, now it's the title of the bookmark. The reason was that on ad-hoc bookmarks that I sometimes add it was difficult to say which link was which. E.g. if you create bookmarks to let's say 2 of your emails in gmail - before the change - the thumbs would look exactly the same. Now they should contain the title (so the title of the emails) so they should be different.
There is, however, some room for improvement - like you mentioned - cropping the text that appears on a thumb should be helpful, as very long titles do look weird. That is something that will be fixed soon.