搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Running a Batch file to Open Firefox, a website using an specific add-on

more options

Hello Everybody,

I need to open firefox using a command line and load an website using an installed add-on. I got to open firefox and load the website, using the following comand line:

C:\Program Files (x86)>start firefox.exe http://www.uol.com.br

But I could't find how I can run the add-on using the command line. Anyone, could help me, please?

The add-on that I'd like to run is the WEB SLIDE SHOW,. The link to download it is https://addons.mozilla.org/pt-br/firefox/addon/web-slide-show/

Hello Everybody, I need to open firefox using a command line and load an website using an installed add-on. I got to open firefox and load the website, using the following comand line: C:\Program Files (x86)>start firefox.exe http://www.uol.com.br But I could't find how I can run the add-on using the command line. Anyone, could help me, please? The add-on that I'd like to run is the WEB SLIDE SHOW,. The link to download it is https://addons.mozilla.org/pt-br/firefox/addon/web-slide-show/

被選擇的解決方法

Finally, I got it!!! :-) The add-on that I'm using is Web Slide Show. Download link is: https://addons.mozilla.org/pt-br/firefox/addon/web-slide-show/

In touch with the add-on developer, I found that it should be used the following command line to call the add-on:

C:\Program Files (x86)>start firefox.exe http://www.uol.com.br?webslideshow-autostart

Regards,

從原來的回覆中察看解決方案 👍 0

所有回覆 (2)

more options

Sorry, add-ons can't be controlled via command line.

more options

選擇的解決方法

Finally, I got it!!! :-) The add-on that I'm using is Web Slide Show. Download link is: https://addons.mozilla.org/pt-br/firefox/addon/web-slide-show/

In touch with the add-on developer, I found that it should be used the following command line to call the add-on:

C:\Program Files (x86)>start firefox.exe http://www.uol.com.br?webslideshow-autostart

Regards,