Monday, August 19, 2013

Current Version Plugin Firebug

If you are a web developer, you should familiar with web development tool called Firebug. Yeah, Firebug plug-in for Firefox is a popular tool among web developers that enable to modify, debug, monitor CSS, HTML and JavaScript in web pages at real time.
Firebug is a free open source tool and licensed under BSD License.



Debugging is an important part in web development and any web developer who has been driven stress by debugging. Firebug already designed with any good features which all of that will helps web developers to complete their task easily. Not only that, Firebug is a useful tool for web security testing and web page performance analysis.
Firebug Features

There are many feature added in Firebug Web Development Tool, here more details about Firebug features:

  • Inspect HTML: you can easily to inspect every HTML elements in web pages and then you can modify it directly.
  • CSS Tweaking: you can quickly to find and modify CSS elements in web pages which it helps you to make good layout designs of websites.
  • JavaScript Debugging: firebug is one of powerful JavaScript debugger which allows you set breakpoints in your JavaScript code and examines every step of execution to measure their performance.
  • Keystroke: firebug will be always at your service just by pressing a bug key at bottom right corner of Firefox web browser
  • Monitor network activity: Firebug lets you to analyze network usage and performance of your websites easily.
  • Search Box: with this feature you can easily to explore any element in your web pages to find errors quickly and lets you know immediately and give you detailed and useful information about errors.
  • Cookies: Firebug allows to view and manage cookies in your browser

How to install the current version plugin of Firebug?


In order to install firebug plug-in is easy, you can follow my instruction below:

  • Go to Firebug Web page at https://getfirebug.com/downloads or in Firefox add-ons directory at https://addons.mozilla.org/id/firefox/addon/firebug/
  • Click Add to Firefox button
  • Then allow to install firebug in your Firefox
  • Wait until installation complete
  • Done


If you want to remove Firebug plug-in just remove it from Firefox, go to Tools -> Add-ons -> Extensions- > and select Firebug in the list -> Disable/Remove. Firefox will disable this plugin automatically.

No comments:

Post a Comment