Tabs - close and close all

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

User avatar
sun2come
Newbie
Newbie
Posts: 4
Joined: 2022-05-14, 22:34

Tabs - close and close all

Unread post by sun2come » 2022-05-14, 22:45

Are there such extensions for Pale Moon, as with FireFox? Just want these functions. Thank you.

Falna
Astronaut
Astronaut
Posts: 511
Joined: 2015-08-23, 17:56
Location: UK / France

Re: Tabs - close and close all

Unread post by Falna » 2022-05-15, 17:42

Tab Utilities Phoenix includes the option to 'close other tabs'.

Forked extensions :
● Add-ons Inspector ● Auto Text Link ● Copy As Plain Text ● Copy Hyperlink Text ● FireFTP button replacement ● gSearch Bar ● Navigation Bar Enhancer ● New Tab Links ● Number Tabs ● Print Preview Button and Keyboard Shortcut 2 ● Scrollbar Search Marker ● Simple Marker ● Tabs To Portfolio ● Update Alert ● Web Developer's Toolbox ● Zap Anything

Hint: If you expect a reply to your PM, allow replies...

User avatar
ron_1
Moon Magic practitioner
Moon Magic practitioner
Posts: 2852
Joined: 2012-06-28, 01:20

Re: Tabs - close and close all

Unread post by ron_1 » 2022-05-15, 18:01

Link to all Pale Moon extensions related to Bookmarks and Tabs:

https://addons.palemoon.org/extensions/bookmarks-and-tabs/

User avatar
sun2come
Newbie
Newbie
Posts: 4
Joined: 2022-05-14, 22:34

Re: Tabs - close and close all

Unread post by sun2come » 2022-05-16, 14:25

Thank you both very much but neither site offers just close and/or close all tabs.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35477
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Tabs - close and close all

Unread post by Moonchild » 2022-05-16, 16:41

Right-clicking a tab gives you several options, including "close other tabs" and "close tabs to the right".
I'm not entirely sure what functionality you are looking for exactly. What behaviour are you expecting for either option?
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
sun2come
Newbie
Newbie
Posts: 4
Joined: 2022-05-14, 22:34

Re: Tabs - close and close all

Unread post by sun2come » 2022-05-16, 22:56

Thank you! I had forgotten about right clicking...

User avatar
ron_1
Moon Magic practitioner
Moon Magic practitioner
Posts: 2852
Joined: 2012-06-28, 01:20

Re: Tabs - close and close all

Unread post by ron_1 » 2022-05-17, 01:09

And don't forget middle clicking a tab to close it.

gouraya4912
New to the forum
New to the forum
Posts: 1
Joined: 2016-10-16, 10:28

Re: Tabs - close and close all

Unread post by gouraya4912 » 2022-05-17, 18:13

I'm Using Close All Tabs (Reloaded) 2.3.1.1
with Install.rdf Modifiy for Palemoon:
<?xml version='1.0' encoding='utf-8'?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<Description about="urn:mozilla:install-manifest">

<!-- Required Items -->
<em:id>closealltabs@michael.grafl</em:id>
<em:name>Close All Tabs (Reloaded)</em:name>
<em:version>2.3.1.1-signed.1-signed</em:version>
<em:type>2</em:type>
<em:iconURL>chrome://closealltabs2/skin/closeall24.png</em:iconURL>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id><!-- Firefox -->
<em:minVersion>19.0</em:minVersion>
<em:maxVersion>27.0</em:maxVersion>
</Description>
</em:targetApplication>

<!-- Pale Moon -->
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>28.0.0</em:minVersion>
<em:maxVersion>31.*</em:maxVersion>
</Description>
</em:targetApplication>

<!-- Optional Items -->
<em:creator>Michael Grafl</em:creator>
<em:contributor>J. Greg Allen</em:contributor>
<em:description>A Toolbar Button To Close All Open Tabs</em:description>
<em:optionsURL>chrome://closealltabs2/content/pref-closealltabs2.xul</em:optionsURL>

</Description>
</RDF>

Locked