A few neat Chrome things that I’ve seen recently:
CrossOver ported the open-source Chromium browser over to Mac and Linux using Wine. Bear in mind that this is more of a proof-of-concept and not the official version, but you can still download the binaries and play with it.
If you like the look and feel of Chrome but can’t leave your Firefox 3 extensions behind, someone made a Chrome lookalike extension so that Firefox looks like Chrome.
Or if you want to go the other direction, you can make Chrome look like Firefox3:

Lots of different places, including ChromeSpot, talk about how to do other themes, from “Galaxy” to the Boston Red Sox.
Currently Chrome doesn’t have support for extensions such as Greasemonkey that lets users do client-side modifications of web pages. But Kazuho Oku has written a neat way to get Greasemonkey-like functionality out of Chrome. Oku calls it Greasemetal. How does it work, when Chrome doesn’t support extensions yet? I’ll let the author tell you:
1. setup a local web server that sends userscripts to Google Chrome
2. launch Google Chrome specifying the browser to connect its AutomationProxy (an interprocess communication channel of the web browser implemented for automated UI tests) to Greasemetal
3. periodically execute JavaScript in each browser tab that inserts
(hat tip to Mashable on Greasemetal)
As you might imagine, all of this stuff might break in various weird and wild ways, but that’s part of the fun of tinkering. If you want to play it safer, you can read great Chrome tips from Lifehacker, Google OS, or Google Blogoscoped.
And since you’ve read all the way to the bottom, let me mention a tip that I haven’t seen widely mentioned. In Chrome, Control-V will paste from your clipboard and preserve formatting. If you use Control-Shift-V, only the text will be pasted.
Let me show you what I mean. There’s a site called Sphinn that lets you comment on search news, but the comment box allows rich formatting. In this image, I’ve highlighted a comment about Chrome and pasted the whole thing into the comment box with Control-V:

Now if I only wanted to paste the raw text that I highlighted, here’s what happens when I use Control-Shift-V:

This can be handy for some programs such as Google Docs that let you paste rich objects like images and formatting–but sometimes you want to paste only the text.
