본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 6 답장
  • 36 이 문제를 만남
  • 148 보기
  • 최종 답변자: 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.

선택된 해결법

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.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (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.

글쓴이 Shadow110 수정일시

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

선택된 해결법

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?

글쓴이 NPEFOX 수정일시

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!