ChromeIcon

Just a quick hack to chrome that lets you set a custom icon. Due to the auto-updating nature of the app, it seemed like a reasonable approach to inject the code, rather than modify the source.

SIMBL turned out to be just about as simple as it claimed, although I spent an hour tracking down a nuance of selectors when trying to swap out a method. (It turns out that @selector(imgForFile) and @selector(imgForFile:) mean different things, although both compile without warning.)

Source: http://github.com/willscott/ChromeIcon
Binary: ChromeIcon.zip

Leave a comment

Your email address will not be published. Required fields are marked *