问题描述
有什么办法可以在启动Chrome之后自动启动Inspector?有没有办法在启动Firefox之后自动启动Firebug?
问候
Javi
在Firefox中,您可以通过打开 about:config 并设置 extensions.firebug.allPagesActivation
到 on
。
请注意,Firebug将始终处于活动状态并进行录制 - 您可以通过Firebug图标被着色 - 但面板可能会被最小化。通过单击图标或使用热键(通常,但有时 )显示。
请注意, extensions.firebug.allPagesActivation
的有效值为:
is there any way to start automatically the Inspector after starting Chrome?
is there any way to start automatically the Firebug after starting Firefox?
Regards
Javi
In Firefox you can set Firebug to be always on by opening about:config and setting extensions.firebug.allPagesActivation
to on
.
Note that this will have Firebug always active and recording -- which you can see by the Firebug icon being colored -- but the panel may be minimized. Show it by clicking the icon or using the hotkey (Usually but sometimes ).
Note that the valid values for extensions.firebug.allPagesActivation
are:
- none -- (default) Page-by-page settings may apply.
- on -- Firebug is activated for all URLs.
- off -- Firebug is never activated.
这篇关于启动Firefox / Chrome后,有没有办法自动启动Firebug / Inspector?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!