Firebug-like debugger for Google Chrome

后端 未结 15 1130
一个人的身影
一个人的身影 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.

    0 讨论(0)
  • 2020-12-04 05:49

    F12 (only on Linux and Windows)

    OR

    Ctrl I

    ( I if you're on Mac)

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2020-12-04 05:54

    Forget everything you all needs this browser independent inspector , dom updater

    https://goggles.webmaker.org/en-US

    just bookmark and go to any webpage and click that bookmark..

    this is actually Mozilla project Goggles , amazing amazing amazing...

    0 讨论(0)
  • 2020-12-04 05:57

    Please try Firebug Lite for Google Chrome

    0 讨论(0)
  • 2020-12-04 05:59

    Or try user scripts: http://dev.chromium.org/developers/design-documents/user-scripts

    0 讨论(0)
提交回复
热议问题