Is there anything like Firebug that you can use within Google Chrome?
Essential features I would like:
- Inspect HTML source (select elements, delete them, etc.)
- check CSS values (the built-in solution is weird, somehow)
|
Is there anything like Firebug that you can use within Google Chrome? Essential features I would like:
|
|||||||||||
|
|
There is a Firebug-like tool already built into Chrome. Just right click anywhere on a page and choose "Inspect element" from the menu. Chrome has a graphical tool for debugging (like in Firebug), so you can debug JavaScript. It also does CSS inspection well and can even change CSS rendering on the fly. For more information, see https://developers.google.com/chrome-developer-tools/ |
|||||||||||||||||||
|
|
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. |
|||
|
|
|
Try this, it's called Firebug Lite and apparently works with the beta version of Chrome. You can also find it at: https://chrome.google.com/extensions/ |
||||
|
|
|
Just adding some talking points as someone who uses Firebug / Chrome Inspector every day:
You see, now everyone wants to move away from Flash in lieu of jQuery motivated by mobile accessibility and interactivity (iPhone, iPad, Android) and JavaScript is 'suddenly' a big deal (that's sarcasm), so that ship has sailed, Firefox. And that makes me sad, as a Mozilla fanperson. Chrome is simply a better browser until Firefox upgrades their JavaScript engine. |
||||
|
|
You can set this bookmarklet in your "Bookmarks Bar" in order to have Firebug lite always available in Chrome/Chromium browser (put this as the URL):
|
|||
|
|
|
Or try user scripts: http://dev.chromium.org/developers/design-documents/user-scripts |
|||
|
|
|
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. |
||||
|
|
|
The official Firebug Chrome extension or you can download and package the extension yourself. |
|||||||
|
|
Well, it is possible to enable Greasemonkey scripts for Google Chrome so maybe there is a way to sort of install Firebug using this method? Firebug Lite would also work, but it's just not the same feeling as using the full featured one :( willshouse.com/2009/05/29/install-greasemonkey-for-chrome-a-better-guide/ |
||||
|
|
|
This doesn't answer your question but, in case you missed it, Chris Pederick's Web Developer is now available for Chrome: https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm. |
||||
|
|
|
If you are using Chromium on Ubuntu using the nightly ppa, then you should have the |
|||
|
|
|
Please try Firebug Lite for Google Chrome |
|||
|
|
|
Just CTRL + SHIFT + J anywhere in the page. Edit: you can also right-click anywhere in the page and select "Inspect element". |
||||
|
|
|
visit this link and download it for chrome using chrome browser not other |
|||
|
|