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

Mozilla 도움말 검색

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

자세히 살펴보기

How I can resized address bar (need some squeeze to smaller wide) and add more some addons icons on toolbar panel?

more options

Hello! Could you tell me how I can customize my firefox: resized address bar (need some squeeze to smaller wide) and add more some addons icons on toolbar panel (now placed only 5 icon, the new addons icon not placed)? Thanks!

Hello! Could you tell me how I can customize my firefox: resized address bar (need some squeeze to smaller wide) and add more some addons icons on toolbar panel (now placed only 5 icon, the new addons icon not placed)? Thanks!

모든 댓글 (1)

more options

First, have you opened Customize and removed the two flexible spacers from the Navigation Toolbar?
That should add enough space for maybe 6 more toolbar buttons.

Beyond that, you can set the maximum length for the URL bar by using the optional userChrome.css file.
I use this code in userChrome.css in one of my Profiles to "lock" the URL bar to a specific length.

#urlbar-container {max-width:1050px!important}

Vary the 1050px to what suits your needs.
https://www.userchrome.org/