Firebug-like debugger for Google Chrome

后端 未结 15 1180
一个人的身影
一个人的身影 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:49

    jQuerify is the perfect extension to embed jQuery into Chrome Console and is as simple as you can imagine. This extension also indicates if jQuery has been already embedded into a page.

    This extension is used to embed jQuery into any page you want. It allows to use jQuery in the console shell (You can invoke Chrome console by Ctrl + Shift + j".).

    To embed jQuery into the selected tab click on extension button.

提交回复
热议问题