How do I redirect to a URL using a Google Chrome Extension & Content Script?

I'm currently building a Google Chrome extension which tests for certain patterns and if found, redirects them to a new URL. I've gotten the pattern checking done via a content script, and now I'm...