As many of you know, I use the Chrome browser heavily in my development workflow. Combined with the strong webkit layout engine and some very useful extensions (plugins) the web development process is made easier with Chrome. I thought I would share some of my favorite Chrome extensions, so that everyone else can benefit as well.
The Web Developer extension places a toolbar icon on the browser that will open up a number of tools that are useful for developers. Tools that interact with CSS, forms, images, provide information, resizing, rulers and much more. This is the official port of the Web Developer addon for Firefox.
YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. YSlow grades web page based on one of three predefined ruleset or a user-defined ruleset. It offers suggestions for improving the page's performance, summarizes the page's components, displays statistics about the page.
The Sight extension makes reading source code on the browser much easier by providing syntax highlighting.
Firebug Lite is not a substitute for Firebug, or Chrome Developer Tools. It is a tool to be used in conjunction with these tools. Firebug Lite provides the rich visual representation we are used to see in Firebug when it comes to HTML elements, DOM elements, and Box Model shading. It provides also some cool features like inspecting HTML elements with your mouse, and live editing CSS properties.
Don't forget the super powerful Chrome Inspector that is built into Chrome, where you can do so many things in your development workflow.
Recent Comments