很意外,一直都认为firebug不会为chrome写插件了。毕竟chrome自带了一个F12的debug工具。
4。0开始后的chrome逐渐开始支持插件,然而,插件网站却不是每次打开都正常。也让我非常郁闷。
不过,看过chrome的插件编写的hello world,却真的发现,它的编写比firefox的插件简单的多。
上面都是闲话,真正想说的还是firebug,自从前两年firebug为IE出过lite版本后,更新幅度就小了很多,所以这次看到它为chrome做的更新,还是不禁想尝试一下的。
OK,上官方的菜,Firebug自己认为:
Firebug Lite: doing the Firebug way, anywhere.
- * Compatible with all major browsers: IE6+, Firefox, Opera, Safari and Chrome
- * Same look and feel as Firebug
- * Inspect HTML and modify style in real-time
- * Powerful console logging functions
- * Rich representation of DOM elements
- * Extend Firebug Lite and add features to make it even more powerful
不过作为chrome插件,它还仅仅是一个beta版,他这么介绍的:
XML/HTML代码
- 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 elemements with your mouse, and live editing CSS properties.
- o get more information about what's new in Firebug Lite 1.3 beta (which is compatible with all major browsers) please visit the beta release page.