繁体   English   中英

启动Firefox / Chrome后,有没有办法自动启动Firebug / Inspector?

[英]Is there any way to start automatically the Firebug/Inspector after starting Firefox/Chrome?

有没有办法在启动Chrome后自动启动Inspector?

有没有办法在启动Firefox后自动启动Firebug?

问候

哈维

在Firefox中,您可以通过打开about:config并将extensions.firebug.allPagesActivation设置为on来将Firebug始终打开。

请注意,这将使Firebug始终处于活动状态并进行录制 - 您可以通过Firebug图标看到彩色 - 但面板可以最小化。 单击图标或使用热键显示它(通常为F12,但有时为Ctrl F12 )。

请注意, extensions.firebug.allPagesActivation的有效值为:

  • - (默认)可能适用逐页设置。
  • on - 为所有URL激活Firebug。
  • off - Firebug永远不会被激活。

据我所知,谷歌浏览器无法做到这一点。 但您可以使用快捷键ctrl shift j立即打开它。 希望能帮助到你!

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM