Make Google Chrome Extension Icons Black and White

Hi all,
I just implemented my first Hazel rule recently and I was very happy with the results. Hazel is so useful. Anyway, the basic story is that I prefer using Chrome over Safari (for various off-topic reasons), but I just can't stand seeing a colorful row of icons in Chrome's toolbar. I really like the way Safari forces Extension makers to have monochrome icons.
So using Hazel and an Automator workflow I was able to come up with a way to make Google Chrome's Extension icons monochrome, and to keep them that way for good, even if the extension receives an update.
Basically I use Hazel to monitor this folder and it's subfolders:
Then when Hazel finds a 19 by 19 pixel PNG (the specification for Chrome extension toolbar icons), it sends it to an Automator workflow to desaturate the image.
Here's the detailed step by step tutorial:
http://www.cloverfield.com.au/black-and-white-extension-icons-in-chrome/
I hope somebody finds it a worthy contribution to this fine forum.
I just implemented my first Hazel rule recently and I was very happy with the results. Hazel is so useful. Anyway, the basic story is that I prefer using Chrome over Safari (for various off-topic reasons), but I just can't stand seeing a colorful row of icons in Chrome's toolbar. I really like the way Safari forces Extension makers to have monochrome icons.
So using Hazel and an Automator workflow I was able to come up with a way to make Google Chrome's Extension icons monochrome, and to keep them that way for good, even if the extension receives an update.
Basically I use Hazel to monitor this folder and it's subfolders:
- Code: Select all
~/Library/Application Support/Google/Chrome/Default/Extensions
Then when Hazel finds a 19 by 19 pixel PNG (the specification for Chrome extension toolbar icons), it sends it to an Automator workflow to desaturate the image.
Here's the detailed step by step tutorial:
http://www.cloverfield.com.au/black-and-white-extension-icons-in-chrome/
I hope somebody finds it a worthy contribution to this fine forum.