You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or just create another script that'll gather/cache them on a per-domain basis. Maybe this can be a manual process for performance? It just traverses all bookmarks and caches the favicons.
This would be a nice feature but may become a performance hit.
The text was updated successfully, but these errors were encountered:
To clarify, using the basic favicon.ico and compiling it a png wouldn't be ideal since most are 16x16 and the icons in alfred are 32x32. Processing 10 favicons could take time as well. I think manually building would be ideal.
I'd love to see some favicons.
We could use the favicon sqlite database that Chrome gives us at
~/Library/Application Support/Google/Chrome/Default/Favicons
Or we could use a service like this one.
Or just create another script that'll gather/cache them on a per-domain basis. Maybe this can be a manual process for performance? It just traverses all bookmarks and caches the favicons.
This would be a nice feature but may become a performance hit.
The text was updated successfully, but these errors were encountered: