[Firebug|http://getfirebug.com/] is a web developer’s best friend. It is a Firefox add-on that makes it very easy to debug and develop web pages. It provides you with a way to inspect page elements and perform many other functions as well. But what about Firebug on other browsers?

!!Installing Firebug on IE, [Safari], Chrome or Opera
Firebug Lite makes it possible to install Firebug into any web browser! You should be able to use [{$pagename}] with [Internet Explorer], [Opera], [Safari], [Chrome], and any other [browser] that supports [JavaScript]. [{$pagename}] Lite is written in JavaScript, so you can include it on a webpage with the following code:
{{{
<script type='text/javascript'
     src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'>
</script>
}}}

Check it out on this link. [http://www.makeuseof.com/tag/install-firebug-for-browsers-other-than-firefox/]

The limitation is that the javascript above must be on the page you are inspecting.

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [getfirebug.com|http://getfirebug.com/] |target='_blank'] - based on information obtained 2017-07-26-