有什么像Firebug,你可以使用谷歌Chrome浏览器?
我想要的基本功能:
检查HTML源代码(选择元素,删除它们,等等) 检查CSS值(内置的解决方案有点奇怪)
有什么像Firebug,你可以使用谷歌Chrome浏览器?
我想要的基本功能:
检查HTML源代码(选择元素,删除它们,等等) 检查CSS值(内置的解决方案有点奇怪)
当前回答
这并没有回答你的问题,但是,如果你错过了,Chris Pederick的Web Developer现在可以在Chrome上使用:https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm。
其他回答
官方Firebug Chrome扩展或者你可以自己下载并打包扩展。
https://getfirebug.com/releases/lite/chrome/
你可以在你的“书签栏”中设置这个小书签,以便让Firebug lite在Chrome/Chromium浏览器中始终可用(把这个作为URL):
javascript:var firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);
如果你在Ubuntu上使用Chromium,使用夜间ppa,那么你应该有Chromium -browser-inspector
试试这个,它叫做Firebug Lite,显然可以在测试版的Chrome上使用。
你也可以在以下网址找到: https://chrome.google.com/extensions/
好吧,这是可能的启用Greasemonkey脚本谷歌Chrome,所以也许有一种方法来安装Firebug使用这种方法?Firebug Lite也可以工作,但它只是不一样的感觉使用完整的功能:(
willshouse.com/2009/05/29/install-greasemonkey-for-chrome-a-better-guide/