Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Favicons #2

Open
bayleedev opened this issue Jan 2, 2014 · 2 comments
Open

Favicons #2

bayleedev opened this issue Jan 2, 2014 · 2 comments

Comments

@bayleedev
Copy link
Owner

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.

@bayleedev
Copy link
Owner Author

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.

@bayleedev
Copy link
Owner Author

I tested trying to pull from the Favicon database provided by Chrome.

https://gist.github.com/blainesch/5000aec7de4f50b56ea9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant