I like to save pixel captures of websites, so Clip It Good is useful along with screenshot tools (I guess this is similar to how Grandpa cuts things out of the newspaper). Also, a funny side-effect of my approach is it makes it pretty easy to save your friends' photos from Flickr/Facebook (something I've always found frustrating).
The extension is primarily an exercise in HTML5-ish stuff. This is where the Chrome nightly problem comes in. Beyond just Canvas, I need Blob, BlobBuilder, and TypedArray, which did not land in the WebKit/Chrome codebases until very recently.
My code is here. Take a look if you've never used those APIs before. They're... um... hard to use. Otherwise, it's Apache 2.0 licensed-- contributions welcome! (especially Flickr support)
