Recensioni per Perfect Home
Perfect Home di Dziad Borowy
76 recensioni
- Valutata 5 su 5di INIROBO, 5 anni faThis is the home page I have been looking for a year and it's better than anything I would have expected from a simple homepage. Thank you.
Edit: Do you have to put images to each of the icons using right click -> Edit, or do they appear automatically?Replica dello sviluppatore
pubblicato il 5 anni faThank you for a nice review!
You can drag an image from e.g. desktop onto a bookmark.
There is no fancy auto-generation of thumbnails or screenshotting or similar (only opera-like text based thumbnails) as there is no easy, independant of 3rd party services and secure way to achieve that in a firefox extension. - Valutata 4 su 5di KingKozaK, 5 anni faReally great, the one I had on chrome was a little better because it would cycle through scenic photographs instead of a plain color, but all the functionality is here!
Replica dello sviluppatore
pubblicato il 5 anni fa1. This is not a feature-request forum. There's a dedicated support page for things like that.
That said, you can easily do what you want in Settings/Custom CSS, enter this line:
body {background: #222 url("https://picsum.photos/1800/1200/?random") 0 0/cover no-repeat;}
2. Please understand, that I'm doing that for free, in my spare time, and you're not paying a cent for it. So I'd appreciate if you didn't put me down because in the free software that I gave you for free, I didn't include all the functionality that, I didn't know, that you wanted.
If you're looking for a feature that is not there, please add a feature request in project's github and I'll do my best to add it for you. - Valutata 5 su 5di Utente Firefox 14643647, 5 anni fa
- Valutata 5 su 5di Utente Firefox 15762867, 5 anni fa
- Valutata 5 su 5di Nicolas, 5 anni fa
- Valutata 5 su 5di Burak Mehmet Gurbuz, 5 anni fa
- Valutata 4 su 5di Alberto, 5 anni fa
- Valutata 5 su 5di Utente Firefox 14214966, 5 anni fa
- Valutata 5 su 5di Utente Firefox 15584784, 5 anni fa
- Valutata 5 su 5di VM, 5 anni faIt is almost perfect!
I wish there was a shortcut grid as on the Windows desktop for shortcuts. everything else is just perfect!
P / s I saw some kind of CSS editor. I don’t quite understand how I can use it, how to change the shadow of the text, can someone tell me?Replica dello sviluppatore
pubblicato il 5 anni faThanks for the review.
Styling tutorial is here: https://github.com/tborychowski/perfect-home/blob/master/customization-tutorial.md
If you have feature requests please create an issue in this repo. - Valutata 5 su 5di Rui, 5 anni faI've recently migrated from Safari to Firefox and was almost giving up because I couldn't see all my bookmarks on a new tab - which sounds silly but it's very, very convenient and once you are accustomed to it, it's hard to give it up. I've been searching for an add-on for a while now. Finally, found it! Not only it was what I was looking for, but the permissions only asks to read and modify bookmarks and not read everything we type in a page or unnecessary things. Thank you very much!
p.s Is it possible to see the favicons of each website instead of the first letter?Replica dello sviluppatore
pubblicato il 5 anni faThanks for a great review!
Re favicons: no, not easily (https://github.com/tborychowski/perfect-home/issues/37#issuecomment-546635708).
I could only show 16x16px favicons, which would look ugly when resized to e.g. 128px.
I'm planning to show more than 1 letter though. Probably something like opera does in their speeddial. Stay tuned! - Valutata 5 su 5di Finz, 5 anni faAmazing addon, almost exactly what I was looking for. One more functionality I wish it has was displaying domain intead of first letter. For example for twitter bookmark, would be nice if by default it was showing as twitter.com instead of 'T' alone.
Great work, keep it up!Replica dello sviluppatore
pubblicato il 5 anni faThe problem with this is that there is no CSS solution to achieve this, so that it would nicely fit "a.com" and "abcdefghijklmnop-qrstuwxyz.com". But please add an ticket and I will think of something :-) - Valutata 5 su 5di IvanHoe, 5 anni fa
- Valutata 5 su 5di Vincent, 5 anni faExactly what I was looking for! Amazing customizability!
Small feature request, if possible: allow users to also customize the new tab title + icon to be something else besides "PerfectHome" and its icon.Replica dello sviluppatore
pubblicato il 5 anni faThanks for the review! Do you have github account? If so, could you create an issue in PerfectHome repo? I'd like to discuss your ideas with you. - Valutata 5 su 5di Utente Firefox 15470154, 5 anni fa
- Valutata 5 su 5di Ronald, 5 anni faI hated it as soon as I installed it. But then I noticed the option to customize it, and changed the background color. Not only that, there was an option to customize the css, and I removed the shadows. And now it's perfect. OMG... It's "perfect" home. I get it now. Great add-on!
- Valutata 5 su 5di Amir Ali Akbari, 5 anni fa
- Valutata 4 su 5di askolvid, 5 anni fa
- Valutata 5 su 5di Utente Firefox 15302884, 5 anni faAs a refugee from Safari (where version 13 deprecated all my extensions and yet somehow still became very slow and buggy), its built-in speed-dial was what I missed the most. It was such a simple idea, yet until this extension there quite simply wasn't any equivalent available. Thank you so much!
I like how you can customise thumbnails, however many of these websites produce their own thumbnails or webpage icons that the extension could draw on, such as the "mask-icon", "apple-touch-icon" or "icon" that Safari uses for its speed dial and touch bar links. I'd love to see an option for that, since the first are vector-based it would look wonderful on a Retina display. Then if a website changes its icon, it would update in my tab page. ^^
Still very happy with it, looking forward to more!Replica dello sviluppatore
pubblicato il 5 anni faHi,
Thanks for the great review.
As for your request - I tried that before with another extension (newtab-bookmarks) and it's not as easy as it sounds. The number of possibilities to screw up the favicons are endless and on top of that - the extension would need to rely on a 3rd party service to get them, as the extension itself cannot make http requests if the target server does not allow CORS (and most don't allow). So this is why I gave up on the other one, and came up with this.