tupton / alfred-chrome-history

Search your Google Chrome history in Alfred
198 stars 17 forks source link

Integrate favicons #2

Closed tupton closed 8 years ago

tupton commented 8 years ago

Chrome stores a favicon_id with history items which is a foreign key on a separate favicon db. Figure out how to use sqlite's ATTACH via the python bindings and use the favicon in the Alfred listing.

tupton commented 8 years ago

Fixed with #10.