Firebug-like debugger for Google Chrome

后端 未结 15 1176
一个人的身影
一个人的身影 2020-12-04 05:42

Is there anything like Firebug that you can use within Google Chrome?

Essential features I would like:

  • Inspect HTML source (select elements, delete the
15条回答
  •  再見小時候
    2020-12-04 05:51

    Firebug Lite supports to inspect HTML elements, computed CSS style, and a lot more. Since it's pure JavaScript, it works in many different browsers. Just include the script in your source, or add the bookmarklet to your bookmark bar to include it on any page with a single click.

    http://getfirebug.com/lite.html

提交回复
热议问题