This is a simple implementation of a Google Chrome extension, made in conjunction with this guide I wrote on Lifehacker.
Chrome's extenion API has changed since I wrote this, so I'm happy to accept pull requests for any updates that need to be made to the code.
- Updated manifest to version 2. See: https://developer.chrome.com/extensions/manifestVersion.html
- Removed inline javascripts. See: https://developer.chrome.com/extensions/contentSecurityPolicy.html