
Close Tabs By Pattern von Mathieu Pillard
Automatically close tabs whose URL match specific patterns
Metadaten zur Erweiterung
Über diese Erweiterung
Adds a button that automatically closes tabs whose URL match specific patterns
Originally built as a way for tab hoarders like me to quickly close work-related tabs that have accumulated during the week before going on PTO or week-end.
Example usage:
Patterns follow match patterns rules for WebExtensions (
Depending on how you use containers, you may prefer https://addons.mozilla.org/en-US/firefox/addon/close-container/ which is simpler to use. It didn't match my usage of containers so I wrote this instead.
Originally built as a way for tab hoarders like me to quickly close work-related tabs that have accumulated during the week before going on PTO or week-end.
Example usage:
- Open the add-on preferences page, and add a pattern for
*://github.com/*
. - Click the button, and all tabs from Github should automatically be closed.
Patterns follow match patterns rules for WebExtensions (
<scheme>://<host><path>
).Depending on how you use containers, you may prefer https://addons.mozilla.org/en-US/firefox/addon/close-container/ which is simpler to use. It didn't match my usage of containers so I wrote this instead.
Bewertet mit 5 von 1 Bewerter
Berechtigungen und DatenWeitere Informationen
Benötigte Berechtigungen:
- Auf Browsertabs zugreifen
- Auf Ihre Daten für diverse Websites zugreifen
Weitere Informationen
- Add-on-Links
- Version
- 0.2
- Größe
- 9,74 KB
- Zuletzt aktualisiert
- vor 6 Jahren (9. Juni 2019)
- Verwandte Kategorien
- Lizenz
- MIT-Lizenz
- Versionsgeschichte
- Zur Sammlung hinzufügen