20071218

firefox部分命令行参数[转]

来自:http://blog.guoshuang.com/showlog.asp?log_id=4888
firefox "http://blog.guoshuang.com"
直接打来网址

firefox -ProfileManager
启动时先打开配置窗口

firefox -P "profile_name"
直接使用名为 profile_name 的配置

firefox.exe -safe-mode
启动到安全模式

firefox.exe -no-remote
启动多个不同配置的 firefox 实例(甚至不同版本)

firefox.exe -jsconsole
启动java script控制台

firefox.exe -new-window url
在新窗口打开 url

firefox.exe -new-tab url
在新标签页打开 url

firefox.exe -install-global-extension "C:\Temp\extension-file.xpi"
安装插件

firefox.exe -install-global-theme "/path/to/theme"
安装主题

参考文档:

http://www.mozilla.org/docs/command-line-args.html
http://kb.mozillazine.org/Command_line_arguments

Powered by ScribeFire.

没有评论: