搜尋 Mozilla 技術支援網站

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

了解更多

Schaltfläche "Alle Tabs auflisten" Wo oder Wie?

  • 3 回覆
  • 1 有這個問題
  • 29 次檢視
  • 最近回覆由 cor-el

more options

Ich finde die Schaltfläche "Alle Tabs auflisten" nicht, sonst könnte ich darauf klicken und "einen Tab in der Auswahlliste auswählen".

Wo ist die Schaltfläche "Alle Tabs auflisten"?

Wie kann ich sie erzwingen?

Ich finde die Schaltfläche "Alle Tabs auflisten" nicht, sonst könnte ich darauf klicken und "einen Tab in der Auswahlliste auswählen". Wo ist die Schaltfläche "Alle Tabs auflisten"? Wie kann ich sie erzwingen?

被選擇的解決方法

Google Translate


List All Tabs Where or How?

I can not find the "List All Tabs" button, otherwise I could click on it and "pick a tab in the pick list".

Where is the "List All Tabs" button?

How can I force it?


Separate Security Issue, please update your Flash 10.0 r45 & Flash 26.0 r0 by removing the conflicting and vulnerable things with this tool : https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Flash Player Version: 30.0.0.134 Current Version https://get.adobe.com/flashplayer/otherversions/ Step 1: Select Operating System Step 2: Select A Version (Firefox, . . . .)

This should do what you want : https://addons.mozilla.org/en-US/firefox/addon/all-tabs-helper/

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

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

所有回覆 (3)

more options

選擇的解決方法

Google Translate


List All Tabs Where or How?

I can not find the "List All Tabs" button, otherwise I could click on it and "pick a tab in the pick list".

Where is the "List All Tabs" button?

How can I force it?


Separate Security Issue, please update your Flash 10.0 r45 & Flash 26.0 r0 by removing the conflicting and vulnerable things with this tool : https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Flash Player Version: 30.0.0.134 Current Version https://get.adobe.com/flashplayer/otherversions/ Step 1: Select Operating System Step 2: Select A Version (Firefox, . . . .)

This should do what you want : https://addons.mozilla.org/en-US/firefox/addon/all-tabs-helper/

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

more options

"This should do what you want : https://addons.mozilla.org/en-US/firefox/addon/all-tabs-helper/

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

Thank you very much for your answer! Yes, with addon "all-tabs-helper" it works.

But I had understood from firefox helppage, that one can see an "All tabs list" from the normal firefox menu …

joachim

more options

Firefox by default only shows the "List All Tabs" button when there are that many tabs open that you get the scroll buttons.


Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* LIST-ALL-TABS - always visible */
#tabbrowser-tabs ~ #alltabs-button {visibility:visible!important}

It is not that difficult to create userChrome.css if you have never used it.

The first step is to open the "Help -> Troubleshooting Information" page and find the button to access the profile folder.

You can find this button under the "Application Basics" section as "Profile Folder -> Open Folder". If you click this button then you open the profile folder in the Finder application. You need to create a folder with the name chrome in this folder (name is all lowercase). In the chrome folder you need to create a text file with the name userChrome.css (name is case sensitive). In this userChrome.css text file you paste the text posted.

You need to close and restart Firefox when you create or modify the userChrome.css file.