Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Firefox Extension : Auto Full Screen and Support Dual Monitor on start up on Firefox v50.x or latter

  • 6 trả lời
  • 36 gặp vấn đề này
  • 217 lượt xem
  • Trả lời mới nhất được viết bởi Adam Kimber

more options

I use Firefox as our default browser to show our business intelligence dashboard in our company. We facing some issue that our dashboard need to be automatically full screen at startup instead of press F11 every our mini PC started. We use the latest version of Firefox which is version 56.0.2. After do some research, we've found that Firefox not longer stores the Maximized and Full Screen mode setting in xulstore.json ("sizemode":"normal"), so it isn't possible to start Firefox in Full Screen mode without using an extension.

Our others issue is our dashboard will use multiple monitor to show more than one tab. Every tab will show one dashboard. Every Firefox started, we want every monitor showing one tab in full screen mode using our homepage url that we define in preferences-home page.

So, how we can write our self-written extension without using any exist extension like mFull? I've tried to find similar article on internet about Full Screen and Multiple Monitor extension on Firefox but I'm not sure I found what I looking for.

I use Firefox as our default browser to show our business intelligence dashboard in our company. We facing some issue that our dashboard need to be automatically full screen at startup instead of press F11 every our mini PC started. We use the latest version of Firefox which is version 56.0.2. After do some research, we've found that Firefox not longer stores the Maximized and Full Screen mode setting in xulstore.json ("sizemode":"normal"), so it isn't possible to start Firefox in Full Screen mode without using an extension. Our others issue is our dashboard will use multiple monitor to show more than one tab. Every tab will show one dashboard. Every Firefox started, we want every monitor showing one tab in full screen mode using our homepage url that we define in preferences-home page. So, how we can write our self-written extension without using any exist extension like mFull? I've tried to find similar article on internet about Full Screen and Multiple Monitor extension on Firefox but I'm not sure I found what I looking for.

Giải pháp được chọn

Can update to 57 now if want. https://fileforum.betanews.com/detail/Mozilla-Firefox-for-Windows/1032985422/1 Site gets it a day before goes up on Mozilla Servers used site for 20yrs. Note : Legacy Extensions will be disabled and or removed.

This is very old http://kb.mozillazine.org/Command_line_arguments I have left a message with the person who wrote that to have a look at your question. See what happens, might have some other advice for you on your extension direction.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (6)

more options

Mozilla is 2 days away , Nov 14th from launching Firefox 57 Quantum https://www.mozilla.org/en-US/firefox/quantum/ Note : Legacy Extensions will be disabled and or removed. and https://www.theinquirer.net/inquirer/news/3020724/firefox-quantum-everything-you-need-to-know-ahead-of-next-weeks-release

It is smoking fast.

So with that being said is there much point in doing anything for your 56.0.2 version when the whole look of Firefox is changing. As 57 gets out more info will trickle out as to how to make changes in the guts of it.

To submit suggestions for new or changed features, may I suggest:

Feedback: https://qsurvey.mozilla.com/s3/FirefoxInput/ Facebook: https://www.facebook.com/Firefox Reddit: https://www.reddit.com/r/firefox/ Twitter: https://twitter.com/firefox

Oh..........all Extensions are now coded completely different than what they have been so if your writing code it best be compatible to 57 and beyond.

https://blog.mozilla.org/addons/ https://blog.mozilla.org/addons/2017/09/28/webextensions-in-firefox-57/

Now forgot.... If want a earlier browser can go pick one https://ftp.mozilla.org/pub/firefox/releases/ Or you can move to the Extended Release Version 52.4.1 which only gets secuity updates, can run legacy extensions with that and should beable to play in the guts to do what you want. https://www.mozilla.org/en-US/firefox/organizations/

Please let us know if this solved your issue or if need further assistance.

Được chỉnh sửa bởi Shadow110 vào

more options

@Pkshadow, after reading your answer we can conclude that it will be better if we wrote code using Web Extension API. is't right?

Thus, for this issue we consider to develop using Web Extension on FF 57 or latter. Unfortunately, I'm not sure have completely read all Web Extension API, but I'm not found the solution of our problem regardless make FF fully screen automatically at start up and support multiple monitor. Is there any references for our issue? Or is it web extension not fully supported for this features then I need to submit suggestion for new features? Any Idea?

I waiting for any good news. Thanks

more options

Giải pháp được chọn

Can update to 57 now if want. https://fileforum.betanews.com/detail/Mozilla-Firefox-for-Windows/1032985422/1 Site gets it a day before goes up on Mozilla Servers used site for 20yrs. Note : Legacy Extensions will be disabled and or removed.

This is very old http://kb.mozillazine.org/Command_line_arguments I have left a message with the person who wrote that to have a look at your question. See what happens, might have some other advice for you on your extension direction.

more options

After do some experiment, I've successfully create addons using web extension to set FF fullscreen at start up using [API] . However, I'm still looking for somehow to start a new window for every monitor in multiple monitor mode. Any idea?

Được chỉnh sửa bởi NPEFOX vào

more options

NPEFOX said

After do some experiment, I've successfully create addons using web extension to set FF fullscreen at start up using this [API] . However, I'm still looking for somehow to start a new window for every monitor in multiple monitor mode. Any idea?
more options

NPEFOX said

After do some experiment, I've successfully create addons using web extension to set FF fullscreen at start up using [API] . However, I'm still looking for somehow to start a new window for every monitor in multiple monitor mode. Any idea?

Are you able to share this extension? I am sure there are lots of people out there that would like to use it!