Many of you might be aware of Firebug used by developers in Firefox. Similarly here we have Firebug Lite for Google Chrome.It is not a substitute for Firebug, or Chrome Developer Tools.It allows developers to easily debug, edit, and monitor any website’s CSS, HTML, DOM, and JavaScript. It also provides other Web development tools and has a JavaScript console for logging errors and watching values.It provides also some cool features like inspecting HTML elemements with your mouse, and live editing CSS properties.
Features of Firebug Lite
- Browser toolbar integration.
- Works Offline.
- Faster loading and no FOUC (Flash of Unstyled Content), once resources will be stored in the extension’s directory on your machine.
- Firebug Lite will be loaded before all other scripts, allowing it to capture all console calls and all XHR requests for that page.
- It is possible to activate the Firebug Lite for a particular domain, so next time you visit a page in that domain it will be automatically active.
0 comments:
Post a Comment