Google Chrome Developer Tools
April 15th, 2010 | 1 comment
The Google Chrome web browser is extremely fast and has pretty much become my primary browser. It has some developer tools baked into the browser similar to the Firebug addon for Firefox. I still tend to gravitate to using Firebug for heavy duty stuff, but the tools in Chrome are good enough that I find myself breaking out Firefox less and less for Firebug. If you are feeling geeky, or want access to some of the newest developer tools for Chrome/Webkit, you can run with the Dev Channel build. It is the most cutting edge build of Chrome, so you always…
digg AdBlocker now in Google Chrome Extensions Gallery
February 3rd, 2010
I have taken my digg AdBlocker script I originally made for greasemonkey and have made it available for Google Chrome users. Install the digg AdBlocker extension for Google Chrome here: https://chrome.google.com/extensions/detail/gclmekogkkggoehdimnceffmboanpibn Check out the source here: http://tdupree.com/chrome/digg_adblocker/chrome_digg_adblocker_source.zip
Hacker News OnePage now in Google Chrome Extensions Gallery
February 3rd, 2010 | 2 comments
I finally got around to cleaning up my Google Chrome version of Hacker News OnePage. You can install it for your Chrome browser over at the Google Chrome Extensions gallery. Install Hacker News OnePage for Google Chrome: https://chrome.google.com/extensions/detail/plldnnbdlbgbiknjebohmlggcbicghlj Check out the source code: http://tdupree.com/chrome/chrome_onepage/chrome_hn_onepage_source.zip
Hacker News OnePage for Google Chrome
September 16th, 2009 | 1 comment
EDIT: Check here for updates to the Google Chrome Hacker News OnePage extension. Google just recently released Chrome v3.0, and the developer builds in the dev channel now have extensions turned on by default (no need to append –enable-extensions to the exe target). The extensions system for Chrome is getting nicer and nicer (just check out chrome://extensions in your Chrome browser). I have a working version of Hacker News OnePage that I have tested with dev channel build 4.0.206.1. I assume that it will also work fine with the new 3.0 stable release if you have extensions enabled. Install Hacker…