使用命令调用 Firefox 插件

Oxw*_*ivi 4 firefox plugins

是否可以使用外部命令使用插件?

Lek*_*eyn 8

Chatzilla URL 是chrome://chatzilla/content/chatzilla.xul. 要仅打开该窗口而不是浏览器本身,请使用该-chrome选项。-no-remote添加是为了防止使用现有会话。

刚刚启动 Chatzilla 的命令变为:

firefox -no-remote -chrome chrome://chatzilla/content/chatzilla.xul
Run Code Online (Sandbox Code Playgroud)

如果您有多个配置文件,也请指定配置文件名称或配置文件的路径:

firefox -no-remote -P default -chrome chrome://chatzilla/content/chatzilla.xul
firefox -no-remote -profile /path/to/profile -chrome chrome://chatzilla/content/chatzilla.xul
Run Code Online (Sandbox Code Playgroud)

这可能也适用于其他附加组件,只需在[profilefolder]/extensions/*/chrome.manifest文件中查找可能的 URL。