TidyTabs

A browser extension that lets you choose which tabs you would like to close by domain

Was ist TidyTabs?

TidyTabs ist eine Chrome-Erweiterung, die von Xiao & Karan entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension that lets you choose which tabs you would like to close by domain".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

TidyTabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie TidyTabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension is for the tab hoarders out there that find themselves buried under browser tabs, with their machines slowed down by the performance burden. TidyTabs is here to help. 

TidyTabs provides a solution that easily clears your workspace and mind!

Features:
- Automatically group your tabs by domain name
- Includes tabs across all windows
- Sort domains by largest number of tabs
- Close tabs by group
- List/Grid view
- Dark Mode available                    

Grundlegende Informationen zur Erweiterung

Name TidyTabs TidyTabs
ID mfcdfhecemnhilkobccglegnbdkhmdam
Offizielle URL https://chromewebstore.google.com/detail/tidytabs/mfcdfhecemnhilkobccglegnbdkhmdam
Beschreibung A browser extension that lets you choose which tabs you would like to close by domain
Dateigröße 94.86 KB
Installationsanzahl 42
Aktuelle Version 1.1
Letztes Update 2021-01-14
Veröffentlichungsdatum 2021-01-11
Entwickler Xiao & Karan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TidyTabs",
    "version": "1.1",
    "description": "A browser extension that lets you choose which tabs you would like to close by domain",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/trash.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}